Struct aws_sdk_ec2::model::vpc::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for Vpc
Implementations
The primary IPv4 CIDR block for the VPC.
The primary IPv4 CIDR block for the VPC.
The ID of the set of DHCP options you've associated with the VPC.
The ID of the set of DHCP options you've associated with the VPC.
The ID of the VPC.
The ID of the Amazon Web Services account that owns the VPC.
The ID of the Amazon Web Services account that owns the VPC.
The allowed tenancy of instances launched into the VPC.
The allowed tenancy of instances launched into the VPC.
pub fn ipv6_cidr_block_association_set(
self,
input: impl Into<VpcIpv6CidrBlockAssociation>
) -> Self
pub fn ipv6_cidr_block_association_set(
self,
input: impl Into<VpcIpv6CidrBlockAssociation>
) -> Self
Appends an item to ipv6_cidr_block_association_set
.
To override the contents of this collection use set_ipv6_cidr_block_association_set
.
Information about the IPv6 CIDR blocks associated with the VPC.
pub fn set_ipv6_cidr_block_association_set(
self,
input: Option<Vec<VpcIpv6CidrBlockAssociation>>
) -> Self
pub fn set_ipv6_cidr_block_association_set(
self,
input: Option<Vec<VpcIpv6CidrBlockAssociation>>
) -> Self
Information about the IPv6 CIDR blocks associated with the VPC.
Appends an item to cidr_block_association_set
.
To override the contents of this collection use set_cidr_block_association_set
.
Information about the IPv4 CIDR blocks associated with the VPC.
pub fn set_cidr_block_association_set(
self,
input: Option<Vec<VpcCidrBlockAssociation>>
) -> Self
pub fn set_cidr_block_association_set(
self,
input: Option<Vec<VpcCidrBlockAssociation>>
) -> Self
Information about the IPv4 CIDR blocks associated with the VPC.
Indicates whether the VPC is the default VPC.
Indicates whether the VPC is the default VPC.
Appends an item to tags
.
To override the contents of this collection use set_tags
.
Any tags assigned to the VPC.
Any tags assigned to the VPC.
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