public static interface GetIpamPoolAllocationsRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<GetIpamPoolAllocationsRequest.Builder,GetIpamPoolAllocationsRequest>
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetIpamPoolAllocationsRequest.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 theFilter.Builder
avoiding the need to create one manually via
Filter.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its result is passed to #filters(List
.
filters
- a consumer that will call methods on Filter.Builder
#filters(java.util.Collection)
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.Builder
GetIpamPoolAllocationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2023. All rights reserved.