Struct aws_sdk_ec2::model::vpc_ipv6_cidr_block_association::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for VpcIpv6CidrBlockAssociation
Implementations
The association ID for the IPv6 CIDR block.
The association ID for the IPv6 CIDR block.
The IPv6 CIDR block.
The IPv6 CIDR block.
Information about the state of the CIDR block.
Information about the state of the CIDR block.
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.
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.
The ID of the IPv6 address pool from which the IPv6 CIDR block is allocated.
The ID of the IPv6 address pool from which the IPv6 CIDR block is allocated.
Consumes the builder and constructs a VpcIpv6CidrBlockAssociation
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more