public static final class ListPublicIpAddressPoolCidrBlocksRequest.Builder extends Object
public ListPublicIpAddressPoolCidrBlocksRequest.Builder cidrBlock(String cidrBlock)
public ListPublicIpAddressPoolCidrBlocksRequest.Builder dryRun(Boolean dryRun)
* **true**: performs a dry run. The system checks the required parameters, request syntax, and 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 sends the request. If the request passes the dry run, a 2xx HTTP status code is returned and the operation is performed.
public ListPublicIpAddressPoolCidrBlocksRequest.Builder maxResults(Integer maxResults)
public ListPublicIpAddressPoolCidrBlocksRequest.Builder nextToken(String nextToken)
* If this is your first query and no next queries are to be sent, ignore this parameter. * If a subsequent query is to be sent, set the parameter to the value of NextToken that is returned from the last call.
public ListPublicIpAddressPoolCidrBlocksRequest.Builder ownerAccount(String ownerAccount)
public ListPublicIpAddressPoolCidrBlocksRequest.Builder ownerId(Long ownerId)
public ListPublicIpAddressPoolCidrBlocksRequest.Builder publicIpAddressPoolId(String publicIpAddressPoolId)
public ListPublicIpAddressPoolCidrBlocksRequest.Builder regionId(String regionId)
public ListPublicIpAddressPoolCidrBlocksRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public ListPublicIpAddressPoolCidrBlocksRequest.Builder resourceOwnerId(Long resourceOwnerId)
public ListPublicIpAddressPoolCidrBlocksRequest build()
Copyright © 2024. All rights reserved.