Struct aws_sdk_codestarconnections::model::vpc_configuration::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for VpcConfiguration
Implementations
The ID of the Amazon VPC connected to the infrastructure where your provider type is installed.
The ID of the Amazon VPC connected to the infrastructure where your provider type is installed.
Appends an item to subnet_ids
.
To override the contents of this collection use set_subnet_ids
.
The ID of the subnet or subnets associated with the Amazon VPC connected to the infrastructure where your provider type is installed.
The ID of the subnet or subnets associated with the Amazon VPC connected to the infrastructure where your provider type is installed.
Appends an item to security_group_ids
.
To override the contents of this collection use set_security_group_ids
.
The ID of the security group or security groups associated with the Amazon VPC connected to the infrastructure where your provider type is installed.
The ID of the security group or security groups associated with the Amazon VPC connected to the infrastructure where your provider type is installed.
The value of the Transport Layer Security (TLS) certificate associated with the infrastructure where your provider type is installed.
The value of the Transport Layer Security (TLS) certificate associated with the infrastructure where your provider type is installed.
Consumes the builder and constructs a VpcConfiguration
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