pub struct Builder { /* private fields */ }
Expand description
A builder for DeleteCacheParameterGroupInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn cache_parameter_group_name(self, input: impl Into<String>) -> Self
pub fn cache_parameter_group_name(self, input: impl Into<String>) -> Self
The name of the cache parameter group to delete.
The specified cache security group must not be associated with any clusters.
sourcepub fn set_cache_parameter_group_name(self, input: Option<String>) -> Self
pub fn set_cache_parameter_group_name(self, input: Option<String>) -> Self
The name of the cache parameter group to delete.
The specified cache security group must not be associated with any clusters.
sourcepub fn build(self) -> Result<DeleteCacheParameterGroupInput, BuildError>
pub fn build(self) -> Result<DeleteCacheParameterGroupInput, BuildError>
Consumes the builder and constructs a DeleteCacheParameterGroupInput
.