pub struct Builder { /* private fields */ }
Expand description
A builder for RebootCacheClusterOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn cache_cluster(self, input: CacheCluster) -> Self
pub fn cache_cluster(self, input: CacheCluster) -> Self
Contains all of the attributes of a specific cluster.
sourcepub fn set_cache_cluster(self, input: Option<CacheCluster>) -> Self
pub fn set_cache_cluster(self, input: Option<CacheCluster>) -> Self
Contains all of the attributes of a specific cluster.
sourcepub fn build(self) -> RebootCacheClusterOutput
pub fn build(self) -> RebootCacheClusterOutput
Consumes the builder and constructs a RebootCacheClusterOutput
.