Struct aws_sdk_memorydb::input::delete_subnet_group_input::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for DeleteSubnetGroupInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn subnet_group_name(self, input: impl Into<String>) -> Self
pub fn subnet_group_name(self, input: impl Into<String>) -> Self
The name of the subnet group to delete
sourcepub fn set_subnet_group_name(self, input: Option<String>) -> Self
pub fn set_subnet_group_name(self, input: Option<String>) -> Self
The name of the subnet group to delete
sourcepub fn build(self) -> Result<DeleteSubnetGroupInput, BuildError>
pub fn build(self) -> Result<DeleteSubnetGroupInput, BuildError>
Consumes the builder and constructs a DeleteSubnetGroupInput
.