pub struct Builder { /* private fields */ }
Expand description
A builder for CacheSecurityGroupMembership
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn cache_security_group_name(self, input: impl Into<String>) -> Self
pub fn cache_security_group_name(self, input: impl Into<String>) -> Self
The name of the cache security group.
sourcepub fn set_cache_security_group_name(self, input: Option<String>) -> Self
pub fn set_cache_security_group_name(self, input: Option<String>) -> Self
The name of the cache security group.
sourcepub fn status(self, input: impl Into<String>) -> Self
pub fn status(self, input: impl Into<String>) -> Self
The membership status in the cache security group. The status changes when a cache security group is modified, or when the cache 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 membership status in the cache security group. The status changes when a cache security group is modified, or when the cache security groups assigned to a cluster are modified.
sourcepub fn build(self) -> CacheSecurityGroupMembership
pub fn build(self) -> CacheSecurityGroupMembership
Consumes the builder and constructs a CacheSecurityGroupMembership
.