public static final class DeletePublicIpAddressPoolRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
DeletePublicIpAddressPoolRequest |
build() |
DeletePublicIpAddressPoolRequest.Builder |
clientToken(String clientToken)
The client token that is used to ensure the idempotence of the request.
|
DeletePublicIpAddressPoolRequest.Builder |
dryRun(Boolean dryRun)
Specifies whether to perform a dry run, without performing the actual request.
|
DeletePublicIpAddressPoolRequest.Builder |
ownerAccount(String ownerAccount)
OwnerAccount.
|
DeletePublicIpAddressPoolRequest.Builder |
ownerId(Long ownerId)
OwnerId.
|
DeletePublicIpAddressPoolRequest.Builder |
publicIpAddressPoolId(String publicIpAddressPoolId)
The ID of the IP address pool.
|
DeletePublicIpAddressPoolRequest.Builder |
regionId(String regionId)
The ID of the region where you want to create the IP address pool.
|
DeletePublicIpAddressPoolRequest.Builder |
resourceOwnerAccount(String resourceOwnerAccount)
ResourceOwnerAccount.
|
DeletePublicIpAddressPoolRequest.Builder |
resourceOwnerId(Long resourceOwnerId)
ResourceOwnerId.
|
public DeletePublicIpAddressPoolRequest.Builder clientToken(String clientToken)
You can use the client to generate the token, but you must make sure that the token is unique among different requests. The token can contain only ASCII characters.
public DeletePublicIpAddressPoolRequest.Builder dryRun(Boolean dryRun)
* **true**: performs only a dry run. The system checks the request for potential issues, including missing parameter values, incorrect request syntax, and service limits. If the request fails the dry run, an error message is returned. If the request passes the dry run, the `DryRunOperation` error code is returned. * **false** (default): performs a dry run and performs the actual request. If the request passes the dry run, a 2xx HTTP status code is returned and the operation is performed.
public DeletePublicIpAddressPoolRequest.Builder ownerAccount(String ownerAccount)
public DeletePublicIpAddressPoolRequest.Builder ownerId(Long ownerId)
public DeletePublicIpAddressPoolRequest.Builder publicIpAddressPoolId(String publicIpAddressPoolId)
public DeletePublicIpAddressPoolRequest.Builder regionId(String regionId)
public DeletePublicIpAddressPoolRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public DeletePublicIpAddressPoolRequest.Builder resourceOwnerId(Long resourceOwnerId)
public DeletePublicIpAddressPoolRequest build()
Copyright © 2024. All rights reserved.