public static interface DescribeIpamPoolsResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeIpamPoolsResponse.Builder,DescribeIpamPoolsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeIpamPoolsResponse.Builder |
ipamPools(Collection<IpamPool> ipamPools)
Information about the IPAM pools.
|
DescribeIpamPoolsResponse.Builder |
ipamPools(Consumer<IpamPool.Builder>... ipamPools)
Information about the IPAM pools.
|
DescribeIpamPoolsResponse.Builder |
ipamPools(IpamPool... ipamPools)
Information about the IPAM pools.
|
DescribeIpamPoolsResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeIpamPoolsResponse.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.DescribeIpamPoolsResponse.Builder ipamPools(Collection<IpamPool> ipamPools)
Information about the IPAM pools.
ipamPools - Information about the IPAM pools.DescribeIpamPoolsResponse.Builder ipamPools(IpamPool... ipamPools)
Information about the IPAM pools.
ipamPools - Information about the IPAM pools.DescribeIpamPoolsResponse.Builder ipamPools(Consumer<IpamPool.Builder>... ipamPools)
Information about the IPAM pools.
This is a convenience method that creates an instance of theIpamPool.Builder avoiding the need to create one manually
via IpamPool.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #ipamPools(List.
ipamPools - a consumer that will call methods on
IpamPool.Builder#ipamPools(java.util.Collection) Copyright © 2022. All rights reserved.