pub struct Builder { /* private fields */ }
Expand description
A builder for CreateCacheParameterGroupOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn cache_parameter_group(self, input: CacheParameterGroup) -> Self
pub fn cache_parameter_group(self, input: CacheParameterGroup) -> Self
Represents the output of a CreateCacheParameterGroup
operation.
sourcepub fn set_cache_parameter_group(
self,
input: Option<CacheParameterGroup>
) -> Self
pub fn set_cache_parameter_group(
self,
input: Option<CacheParameterGroup>
) -> Self
Represents the output of a CreateCacheParameterGroup
operation.
sourcepub fn build(self) -> CreateCacheParameterGroupOutput
pub fn build(self) -> CreateCacheParameterGroupOutput
Consumes the builder and constructs a CreateCacheParameterGroupOutput
.