Struct aws_sdk_redshift::model::cluster_security_group::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for ClusterSecurityGroup
Implementations
The name of the cluster security group to which the operation was applied.
The name of the cluster security group to which the operation was applied.
A description of the security group.
A description of the security group.
Appends an item to ec2_security_groups
.
To override the contents of this collection use set_ec2_security_groups
.
A list of EC2 security groups that are permitted to access clusters associated with this cluster security group.
A list of EC2 security groups that are permitted to access clusters associated with this cluster security group.
Appends an item to ip_ranges
.
To override the contents of this collection use set_ip_ranges
.
A list of IP ranges (CIDR blocks) that are permitted to access clusters associated with this cluster security group.
A list of IP ranges (CIDR blocks) that are permitted to access clusters associated with this cluster security group.
Appends an item to tags
.
To override the contents of this collection use set_tags
.
The list of tags for the cluster security group.
The list of tags for the cluster security group.
Consumes the builder and constructs a ClusterSecurityGroup
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