pub struct Builder { /* private fields */ }
Expand description
A builder for AwsRedshiftClusterClusterSecurityGroup
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn cluster_security_group_name(self, input: impl Into<String>) -> Self
pub fn cluster_security_group_name(self, input: impl Into<String>) -> Self
The name of the cluster security group.
sourcepub fn set_cluster_security_group_name(self, input: Option<String>) -> Self
pub fn set_cluster_security_group_name(self, input: Option<String>) -> Self
The name of the cluster security group.
sourcepub fn status(self, input: impl Into<String>) -> Self
pub fn status(self, input: impl Into<String>) -> Self
The status of the cluster security group.
sourcepub fn set_status(self, input: Option<String>) -> Self
pub fn set_status(self, input: Option<String>) -> Self
The status of the cluster security group.
sourcepub fn build(self) -> AwsRedshiftClusterClusterSecurityGroup
pub fn build(self) -> AwsRedshiftClusterClusterSecurityGroup
Consumes the builder and constructs a AwsRedshiftClusterClusterSecurityGroup
.