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 method that creates an instance of theIpamPoolCidr.Builder avoiding the need to create one
manually via IpamPoolCidr.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #ipamPoolCidrs(List.
ipamPoolCidrs - a consumer that will call methods on
IpamPoolCidr.Builder#ipamPoolCidrs(java.util.Collection) 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 © 2023. All rights reserved.