public static interface GetAssociatedIpv6PoolCidrsResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<GetAssociatedIpv6PoolCidrsResponse.Builder,GetAssociatedIpv6PoolCidrsResponse>
| Modifier and Type | Method and Description |
|---|---|
GetAssociatedIpv6PoolCidrsResponse.Builder |
ipv6CidrAssociations(Collection<Ipv6CidrAssociation> ipv6CidrAssociations)
Information about the IPv6 CIDR block associations.
|
GetAssociatedIpv6PoolCidrsResponse.Builder |
ipv6CidrAssociations(Consumer<Ipv6CidrAssociation.Builder>... ipv6CidrAssociations)
Information about the IPv6 CIDR block associations.
|
GetAssociatedIpv6PoolCidrsResponse.Builder |
ipv6CidrAssociations(Ipv6CidrAssociation... ipv6CidrAssociations)
Information about the IPv6 CIDR block associations.
|
GetAssociatedIpv6PoolCidrsResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetAssociatedIpv6PoolCidrsResponse.Builder ipv6CidrAssociations(Collection<Ipv6CidrAssociation> ipv6CidrAssociations)
Information about the IPv6 CIDR block associations.
ipv6CidrAssociations - Information about the IPv6 CIDR block associations.GetAssociatedIpv6PoolCidrsResponse.Builder ipv6CidrAssociations(Ipv6CidrAssociation... ipv6CidrAssociations)
Information about the IPv6 CIDR block associations.
ipv6CidrAssociations - Information about the IPv6 CIDR block associations.GetAssociatedIpv6PoolCidrsResponse.Builder ipv6CidrAssociations(Consumer<Ipv6CidrAssociation.Builder>... ipv6CidrAssociations)
Information about the IPv6 CIDR block associations.
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 #ipv6CidrAssociations(List) .ipv6CidrAssociations - a consumer that will call methods on List.Builder #ipv6CidrAssociations(List) GetAssociatedIpv6PoolCidrsResponse.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.