pub struct Builder { /* private fields */ }
Expand description
A builder for DeleteCacheSecurityGroupInput
.
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 to delete.
You cannot delete the default 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 to delete.
You cannot delete the default security group.
sourcepub fn build(self) -> Result<DeleteCacheSecurityGroupInput, BuildError>
pub fn build(self) -> Result<DeleteCacheSecurityGroupInput, BuildError>
Consumes the builder and constructs a DeleteCacheSecurityGroupInput
.