public static final class DeleteVpcPrefixListRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
DeleteVpcPrefixListRequest |
build() |
DeleteVpcPrefixListRequest.Builder |
clientToken(String clientToken)
The client token that is used to ensure the idempotence of the request.
|
DeleteVpcPrefixListRequest.Builder |
dryRun(Boolean dryRun)
Specifies whether to check the request without performing the operation.
|
DeleteVpcPrefixListRequest.Builder |
ownerAccount(String ownerAccount)
OwnerAccount.
|
DeleteVpcPrefixListRequest.Builder |
ownerId(Long ownerId)
OwnerId.
|
DeleteVpcPrefixListRequest.Builder |
prefixListId(String prefixListId)
The ID of the prefix list that you want to delete.
|
DeleteVpcPrefixListRequest.Builder |
regionId(String regionId)
The region ID of the prefix list.
|
DeleteVpcPrefixListRequest.Builder |
resourceOwnerAccount(String resourceOwnerAccount)
ResourceOwnerAccount.
|
DeleteVpcPrefixListRequest.Builder |
resourceOwnerId(Long resourceOwnerId)
ResourceOwnerId.
|
public DeleteVpcPrefixListRequest.Builder clientToken(String clientToken)
You can use the client to generate the value, but you must make sure that it is unique among different requests. The client token can contain only ASCII characters. > If you do not set this parameter, the system uses **RequestId** as **ClientToken**. **RequestId** may be different for each API request.
public DeleteVpcPrefixListRequest.Builder dryRun(Boolean dryRun)
* **true**: checks the request without performing the operation. The system checks the required parameters, request syntax, and limits. If the request fails to pass the check, an error message is returned. If the request passes the check, the `DryRunOperation` error code is returned. * **false** (default): sends the request. If the request passes the check, a 2xx HTTP status code is returned and the operation is performed.
public DeleteVpcPrefixListRequest.Builder ownerAccount(String ownerAccount)
public DeleteVpcPrefixListRequest.Builder ownerId(Long ownerId)
public DeleteVpcPrefixListRequest.Builder prefixListId(String prefixListId)
public DeleteVpcPrefixListRequest.Builder regionId(String regionId)
You can call the [DescribeRegions](~~36063~~) operation to query the most recent region list.
public DeleteVpcPrefixListRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public DeleteVpcPrefixListRequest.Builder resourceOwnerId(Long resourceOwnerId)
public DeleteVpcPrefixListRequest build()
Copyright © 2024. All rights reserved.