Struct aws_sdk_memorydb::model::security_group_membership::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for SecurityGroupMembership
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn security_group_id(self, input: impl Into<String>) -> Self
pub fn security_group_id(self, input: impl Into<String>) -> Self
The identifier of the security group.
sourcepub fn set_security_group_id(self, input: Option<String>) -> Self
pub fn set_security_group_id(self, input: Option<String>) -> Self
The identifier of the security group.
sourcepub fn status(self, input: impl Into<String>) -> Self
pub fn status(self, input: impl Into<String>) -> Self
The status of the security group membership. The status changes whenever a security group is modified, or when the security groups assigned to a cluster are modified.
sourcepub fn set_status(self, input: Option<String>) -> Self
pub fn set_status(self, input: Option<String>) -> Self
The status of the security group membership. The status changes whenever a security group is modified, or when the security groups assigned to a cluster are modified.
sourcepub fn build(self) -> SecurityGroupMembership
pub fn build(self) -> SecurityGroupMembership
Consumes the builder and constructs a SecurityGroupMembership
.