pub struct Builder { /* private fields */ }
Expand description
A builder for DeleteCacheSubnetGroupInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn cache_subnet_group_name(self, input: impl Into<String>) -> Self
pub fn cache_subnet_group_name(self, input: impl Into<String>) -> Self
The name of the cache subnet group to delete.
Constraints: Must contain no more than 255 alphanumeric characters or hyphens.
sourcepub fn set_cache_subnet_group_name(self, input: Option<String>) -> Self
pub fn set_cache_subnet_group_name(self, input: Option<String>) -> Self
The name of the cache subnet group to delete.
Constraints: Must contain no more than 255 alphanumeric characters or hyphens.
sourcepub fn build(self) -> Result<DeleteCacheSubnetGroupInput, BuildError>
pub fn build(self) -> Result<DeleteCacheSubnetGroupInput, BuildError>
Consumes the builder and constructs a DeleteCacheSubnetGroupInput
.