public static interface VpcIpv6CidrBlockAssociation.Builder extends SdkPojo, CopyableBuilder<VpcIpv6CidrBlockAssociation.Builder,VpcIpv6CidrBlockAssociation>
| Modifier and Type | Method and Description |
|---|---|
VpcIpv6CidrBlockAssociation.Builder |
associationId(String associationId)
The association ID for the IPv6 CIDR block.
|
VpcIpv6CidrBlockAssociation.Builder |
ipv6CidrBlock(String ipv6CidrBlock)
The IPv6 CIDR block.
|
default VpcIpv6CidrBlockAssociation.Builder |
ipv6CidrBlockState(Consumer<VpcCidrBlockState.Builder> ipv6CidrBlockState)
Information about the state of the CIDR block.
|
VpcIpv6CidrBlockAssociation.Builder |
ipv6CidrBlockState(VpcCidrBlockState ipv6CidrBlockState)
Information about the state of the CIDR block.
|
VpcIpv6CidrBlockAssociation.Builder |
ipv6Pool(String ipv6Pool)
The ID of the IPv6 address pool from which the IPv6 CIDR block is allocated.
|
VpcIpv6CidrBlockAssociation.Builder |
networkBorderGroup(String networkBorderGroup)
The name of the location from which we advertise the IPV6 CIDR block.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVpcIpv6CidrBlockAssociation.Builder associationId(String associationId)
The association ID for the IPv6 CIDR block.
associationId - The association ID for the IPv6 CIDR block.VpcIpv6CidrBlockAssociation.Builder ipv6CidrBlock(String ipv6CidrBlock)
The IPv6 CIDR block.
ipv6CidrBlock - The IPv6 CIDR block.VpcIpv6CidrBlockAssociation.Builder ipv6CidrBlockState(VpcCidrBlockState ipv6CidrBlockState)
Information about the state of the CIDR block.
ipv6CidrBlockState - Information about the state of the CIDR block.default VpcIpv6CidrBlockAssociation.Builder ipv6CidrBlockState(Consumer<VpcCidrBlockState.Builder> ipv6CidrBlockState)
Information about the state of the CIDR block.
This is a convenience that creates an instance of theVpcCidrBlockState.Builder avoiding the need to
create one manually via VpcCidrBlockState.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to ipv6CidrBlockState(VpcCidrBlockState).ipv6CidrBlockState - a consumer that will call methods on VpcCidrBlockState.Builderipv6CidrBlockState(VpcCidrBlockState)VpcIpv6CidrBlockAssociation.Builder networkBorderGroup(String networkBorderGroup)
The name of the location from which we advertise the IPV6 CIDR block.
networkBorderGroup - The name of the location from which we advertise the IPV6 CIDR block.VpcIpv6CidrBlockAssociation.Builder ipv6Pool(String ipv6Pool)
The ID of the IPv6 address pool from which the IPv6 CIDR block is allocated.
ipv6Pool - The ID of the IPv6 address pool from which the IPv6 CIDR block is allocated.Copyright © 2020. All rights reserved.