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