public static interface GetIpamPoolAllocationsResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<GetIpamPoolAllocationsResponse.Builder,GetIpamPoolAllocationsResponse>
| Modifier and Type | Method and Description |
|---|---|
GetIpamPoolAllocationsResponse.Builder |
ipamPoolAllocations(Collection<IpamPoolAllocation> ipamPoolAllocations)
The IPAM pool allocations you want information on.
|
GetIpamPoolAllocationsResponse.Builder |
ipamPoolAllocations(Consumer<IpamPoolAllocation.Builder>... ipamPoolAllocations)
The IPAM pool allocations you want information on.
|
GetIpamPoolAllocationsResponse.Builder |
ipamPoolAllocations(IpamPoolAllocation... ipamPoolAllocations)
The IPAM pool allocations you want information on.
|
GetIpamPoolAllocationsResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetIpamPoolAllocationsResponse.Builder ipamPoolAllocations(Collection<IpamPoolAllocation> ipamPoolAllocations)
The IPAM pool allocations you want information on.
ipamPoolAllocations - The IPAM pool allocations you want information on.GetIpamPoolAllocationsResponse.Builder ipamPoolAllocations(IpamPoolAllocation... ipamPoolAllocations)
The IPAM pool allocations you want information on.
ipamPoolAllocations - The IPAM pool allocations you want information on.GetIpamPoolAllocationsResponse.Builder ipamPoolAllocations(Consumer<IpamPoolAllocation.Builder>... ipamPoolAllocations)
The IPAM pool allocations you want information on.
This is a convenience method that creates an instance of theIpamPoolAllocation.Builder avoiding the need to create one
manually via IpamPoolAllocation.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #ipamPoolAllocations(List.
ipamPoolAllocations - a consumer that will call methods on
IpamPoolAllocation.Builder#ipamPoolAllocations(java.util.Collection) GetIpamPoolAllocationsResponse.Builder nextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null when there are no more
results to return.
nextToken - The token to use to retrieve the next page of results. This value is null when there are
no more results to return.Copyright © 2022. All rights reserved.