public static interface SubnetIpv6CidrBlockAssociation.Builder extends CopyableBuilder<SubnetIpv6CidrBlockAssociation.Builder,SubnetIpv6CidrBlockAssociation>
| Modifier and Type | Method and Description |
|---|---|
SubnetIpv6CidrBlockAssociation.Builder |
associationId(String associationId)
The association ID for the CIDR block.
|
SubnetIpv6CidrBlockAssociation.Builder |
ipv6CidrBlock(String ipv6CidrBlock)
The IPv6 CIDR block.
|
default SubnetIpv6CidrBlockAssociation.Builder |
ipv6CidrBlockState(Consumer<SubnetCidrBlockState.Builder> ipv6CidrBlockState)
Information about the state of the CIDR block.
|
SubnetIpv6CidrBlockAssociation.Builder |
ipv6CidrBlockState(SubnetCidrBlockState ipv6CidrBlockState)
Information about the state of the CIDR block.
|
copyapply, buildSubnetIpv6CidrBlockAssociation.Builder associationId(String associationId)
The association ID for the CIDR block.
associationId - The association ID for the CIDR block.SubnetIpv6CidrBlockAssociation.Builder ipv6CidrBlock(String ipv6CidrBlock)
The IPv6 CIDR block.
ipv6CidrBlock - The IPv6 CIDR block.SubnetIpv6CidrBlockAssociation.Builder ipv6CidrBlockState(SubnetCidrBlockState ipv6CidrBlockState)
Information about the state of the CIDR block.
ipv6CidrBlockState - Information about the state of the CIDR block.default SubnetIpv6CidrBlockAssociation.Builder ipv6CidrBlockState(Consumer<SubnetCidrBlockState.Builder> ipv6CidrBlockState)
Information about the state of the CIDR block.
This is a convenience that creates an instance of theSubnetCidrBlockState.Builder avoiding the need
to create one manually via SubnetCidrBlockState.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to ipv6CidrBlockState(SubnetCidrBlockState).ipv6CidrBlockState - a consumer that will call methods on SubnetCidrBlockState.Builderipv6CidrBlockState(SubnetCidrBlockState)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.