public static final class DeletePublicIpAddressPoolCidrBlockRequest.Builder extends Object
public DeletePublicIpAddressPoolCidrBlockRequest.Builder cidrBlock(String cidrBlock)
public DeletePublicIpAddressPoolCidrBlockRequest.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 DeletePublicIpAddressPoolCidrBlockRequest.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 DeletePublicIpAddressPoolCidrBlockRequest.Builder ownerAccount(String ownerAccount)
public DeletePublicIpAddressPoolCidrBlockRequest.Builder ownerId(Long ownerId)
public DeletePublicIpAddressPoolCidrBlockRequest.Builder publicIpAddressPoolId(String publicIpAddressPoolId)
public DeletePublicIpAddressPoolCidrBlockRequest.Builder regionId(String regionId)
public DeletePublicIpAddressPoolCidrBlockRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public DeletePublicIpAddressPoolCidrBlockRequest.Builder resourceOwnerId(Long resourceOwnerId)
public DeletePublicIpAddressPoolCidrBlockRequest build()
Copyright © 2024. All rights reserved.