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 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 #ipamPools(List) .ipamPools - a consumer that will call methods on List.Builder #ipamPools(List) Copyright © 2022. All rights reserved.