pub struct Builder { /* private fields */ }
Expand description
A builder for CreateCacheSubnetGroupOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn cache_subnet_group(self, input: CacheSubnetGroup) -> Self
pub fn cache_subnet_group(self, input: CacheSubnetGroup) -> Self
Represents the output of one of the following operations:
-
CreateCacheSubnetGroup
-
ModifyCacheSubnetGroup
sourcepub fn set_cache_subnet_group(self, input: Option<CacheSubnetGroup>) -> Self
pub fn set_cache_subnet_group(self, input: Option<CacheSubnetGroup>) -> Self
Represents the output of one of the following operations:
-
CreateCacheSubnetGroup
-
ModifyCacheSubnetGroup
sourcepub fn build(self) -> CreateCacheSubnetGroupOutput
pub fn build(self) -> CreateCacheSubnetGroupOutput
Consumes the builder and constructs a CreateCacheSubnetGroupOutput
.