pub struct Builder { /* private fields */ }
Expand description
A builder for AwsRdsDbInstanceVpcSecurityGroup
.
Implementations§
source§impl Builder
impl Builder
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 name 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 name of the VPC security group.
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 build(self) -> AwsRdsDbInstanceVpcSecurityGroup
pub fn build(self) -> AwsRdsDbInstanceVpcSecurityGroup
Consumes the builder and constructs a AwsRdsDbInstanceVpcSecurityGroup
.