pub struct Builder { /* private fields */ }
Expand description
A builder for UpdateParameterGroupOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn parameter_group(self, input: ParameterGroup) -> Self
pub fn parameter_group(self, input: ParameterGroup) -> Self
The updated parameter group
sourcepub fn set_parameter_group(self, input: Option<ParameterGroup>) -> Self
pub fn set_parameter_group(self, input: Option<ParameterGroup>) -> Self
The updated parameter group
sourcepub fn build(self) -> UpdateParameterGroupOutput
pub fn build(self) -> UpdateParameterGroupOutput
Consumes the builder and constructs a UpdateParameterGroupOutput
.