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