public static interface DescribeIpamsResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeIpamsResponse.Builder,DescribeIpamsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeIpamsResponse.Builder |
ipams(Collection<Ipam> ipams)
Information about the IPAMs.
|
DescribeIpamsResponse.Builder |
ipams(Consumer<Ipam.Builder>... ipams)
Information about the IPAMs.
|
DescribeIpamsResponse.Builder |
ipams(Ipam... ipams)
Information about the IPAMs.
|
DescribeIpamsResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeIpamsResponse.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.DescribeIpamsResponse.Builder ipams(Collection<Ipam> ipams)
Information about the IPAMs.
ipams - Information about the IPAMs.DescribeIpamsResponse.Builder ipams(Ipam... ipams)
Information about the IPAMs.
ipams - Information about the IPAMs.DescribeIpamsResponse.Builder ipams(Consumer<Ipam.Builder>... ipams)
Information about the IPAMs.
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 #ipams(List) .ipams - a consumer that will call methods on List.Builder #ipams(List) Copyright © 2022. All rights reserved.