Struct aws_sdk_ec2::model::vpc_peering_connection_vpc_info::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for VpcPeeringConnectionVpcInfo
Implementations
The IPv4 CIDR block for the VPC.
The IPv4 CIDR block for the VPC.
Appends an item to ipv6_cidr_block_set
.
To override the contents of this collection use set_ipv6_cidr_block_set
.
The IPv6 CIDR block for the VPC.
The IPv6 CIDR block for the VPC.
Appends an item to cidr_block_set
.
To override the contents of this collection use set_cidr_block_set
.
Information about the IPv4 CIDR blocks for the VPC.
Information about the IPv4 CIDR blocks for 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.
Information about the VPC peering connection options for the accepter or requester VPC.
pub fn set_peering_options(
self,
input: Option<VpcPeeringConnectionOptionsDescription>
) -> Self
pub fn set_peering_options(
self,
input: Option<VpcPeeringConnectionOptionsDescription>
) -> Self
Information about the VPC peering connection options for the accepter or requester VPC.
The ID of the VPC.
The Region in which the VPC is located.
Consumes the builder and constructs a VpcPeeringConnectionVpcInfo
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