Struct aws_sdk_redshift::model::cluster_subnet_group::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for ClusterSubnetGroup
Implementations
The name of the cluster subnet group.
The name of the cluster subnet group.
The description of the cluster subnet group.
The description of the cluster subnet group.
The VPC ID of the cluster subnet group.
The status of the cluster subnet group. Possible values are Complete
, Incomplete
and Invalid
.
The status of the cluster subnet group. Possible values are Complete
, Incomplete
and Invalid
.
Appends an item to subnets
.
To override the contents of this collection use set_subnets
.
A list of the VPC Subnet
elements.
A list of the VPC Subnet
elements.
Appends an item to tags
.
To override the contents of this collection use set_tags
.
The list of tags for the cluster subnet group.
The list of tags for the cluster subnet group.
Consumes the builder and constructs a ClusterSubnetGroup
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