public static interface GetIpamPoolAllocationsRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<GetIpamPoolAllocationsRequest.Builder,GetIpamPoolAllocationsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetIpamPoolAllocationsRequest.Builder ipamPoolId(String ipamPoolId)
The ID of the IPAM pool you want to see the allocations for.
ipamPoolId - The ID of the IPAM pool you want to see the allocations for.GetIpamPoolAllocationsRequest.Builder ipamPoolAllocationId(String ipamPoolAllocationId)
The ID of the allocation.
ipamPoolAllocationId - The ID of the allocation.GetIpamPoolAllocationsRequest.Builder filters(Collection<Filter> filters)
One or more filters for the request. For more information about filtering, see Filtering CLI output.
filters - One or more filters for the request. For more information about filtering, see Filtering CLI
output.GetIpamPoolAllocationsRequest.Builder filters(Filter... filters)
One or more filters for the request. For more information about filtering, see Filtering CLI output.
filters - One or more filters for the request. For more information about filtering, see Filtering CLI
output.GetIpamPoolAllocationsRequest.Builder filters(Consumer<Filter.Builder>... filters)
One or more filters for the request. For more information about filtering, see Filtering CLI output.
This is a convenience method that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #filters(List) .filters - a consumer that will call methods on List.Builder #filters(List) GetIpamPoolAllocationsRequest.Builder maxResults(Integer maxResults)
The maximum number of results you would like returned per page.
maxResults - The maximum number of results you would like returned per page.GetIpamPoolAllocationsRequest.Builder nextToken(String nextToken)
The token for the next page of results.
nextToken - The token for the next page of results.GetIpamPoolAllocationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetIpamPoolAllocationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.