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