pub struct Builder { /* private fields */ }
Expand description
A builder for ModifyCacheParameterGroupOutput
.
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.
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.
sourcepub fn build(self) -> ModifyCacheParameterGroupOutput
pub fn build(self) -> ModifyCacheParameterGroupOutput
Consumes the builder and constructs a ModifyCacheParameterGroupOutput
.