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