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, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetIpamPoolAllocationsResponse.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 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 #ipamPoolAllocations(List)
.ipamPoolAllocations
- a consumer that will call methods on List.Builder
#ipamPoolAllocations(List)
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 © 2021. All rights reserved.