Struct aws_sdk_elasticache::operation::delete_cache_security_group::builders::DeleteCacheSecurityGroupInputBuilder
source · #[non_exhaustive]pub struct DeleteCacheSecurityGroupInputBuilder { /* private fields */ }
Expand description
A builder for DeleteCacheSecurityGroupInput
.
Implementations§
source§impl DeleteCacheSecurityGroupInputBuilder
impl DeleteCacheSecurityGroupInputBuilder
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
.
Trait Implementations§
source§impl Clone for DeleteCacheSecurityGroupInputBuilder
impl Clone for DeleteCacheSecurityGroupInputBuilder
source§fn clone(&self) -> DeleteCacheSecurityGroupInputBuilder
fn clone(&self) -> DeleteCacheSecurityGroupInputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for DeleteCacheSecurityGroupInputBuilder
impl Default for DeleteCacheSecurityGroupInputBuilder
source§fn default() -> DeleteCacheSecurityGroupInputBuilder
fn default() -> DeleteCacheSecurityGroupInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteCacheSecurityGroupInputBuilder> for DeleteCacheSecurityGroupInputBuilder
impl PartialEq<DeleteCacheSecurityGroupInputBuilder> for DeleteCacheSecurityGroupInputBuilder
source§fn eq(&self, other: &DeleteCacheSecurityGroupInputBuilder) -> bool
fn eq(&self, other: &DeleteCacheSecurityGroupInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.