public static interface GetIpamPoolCidrsResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<GetIpamPoolCidrsResponse.Builder,GetIpamPoolCidrsResponse>
| Modifier and Type | Method and Description |
|---|---|
GetIpamPoolCidrsResponse.Builder |
ipamPoolCidrs(Collection<IpamPoolCidr> ipamPoolCidrs)
Information about the CIDRs provisioned to an IPAM pool.
|
GetIpamPoolCidrsResponse.Builder |
ipamPoolCidrs(Consumer<IpamPoolCidr.Builder>... ipamPoolCidrs)
Information about the CIDRs provisioned to an IPAM pool.
|
GetIpamPoolCidrsResponse.Builder |
ipamPoolCidrs(IpamPoolCidr... ipamPoolCidrs)
Information about the CIDRs provisioned to an IPAM pool.
|
GetIpamPoolCidrsResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetIpamPoolCidrsResponse.Builder ipamPoolCidrs(Collection<IpamPoolCidr> ipamPoolCidrs)
Information about the CIDRs provisioned to an IPAM pool.
ipamPoolCidrs - Information about the CIDRs provisioned to an IPAM pool.GetIpamPoolCidrsResponse.Builder ipamPoolCidrs(IpamPoolCidr... ipamPoolCidrs)
Information about the CIDRs provisioned to an IPAM pool.
ipamPoolCidrs - Information about the CIDRs provisioned to an IPAM pool.GetIpamPoolCidrsResponse.Builder ipamPoolCidrs(Consumer<IpamPoolCidr.Builder>... ipamPoolCidrs)
Information about the CIDRs provisioned to an IPAM pool.
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 #ipamPoolCidrs(List) .ipamPoolCidrs - a consumer that will call methods on List.Builder #ipamPoolCidrs(List) GetIpamPoolCidrsResponse.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.