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