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 unique set of Availability Zones, Local Zones, or Wavelength Zones from which Amazon Web
Services advertises IP addresses, for example,
us-east-1-wl1-bos-wlz-1 . |
equalsBySdkFields, sdkFields
copy
applyMutation, build
VpcIpv6CidrBlockAssociation.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 method 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.Builder
ipv6CidrBlockState(VpcCidrBlockState)
VpcIpv6CidrBlockAssociation.Builder networkBorderGroup(String networkBorderGroup)
The name of the unique set of Availability Zones, Local Zones, or Wavelength Zones from which Amazon Web
Services advertises IP addresses, for example, us-east-1-wl1-bos-wlz-1
.
networkBorderGroup
- The name of the unique set of Availability Zones, Local Zones, or Wavelength Zones from which Amazon
Web Services advertises IP addresses, for example, us-east-1-wl1-bos-wlz-1
.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 © 2022. All rights reserved.