pub struct Builder { /* private fields */ }
Expand description
A builder for AwsRdsDbParameterGroup
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn db_parameter_group_name(self, input: impl Into<String>) -> Self
pub fn db_parameter_group_name(self, input: impl Into<String>) -> Self
The name of the parameter group.
sourcepub fn set_db_parameter_group_name(self, input: Option<String>) -> Self
pub fn set_db_parameter_group_name(self, input: Option<String>) -> Self
The name of the parameter group.
sourcepub fn parameter_apply_status(self, input: impl Into<String>) -> Self
pub fn parameter_apply_status(self, input: impl Into<String>) -> Self
The status of parameter updates.
sourcepub fn set_parameter_apply_status(self, input: Option<String>) -> Self
pub fn set_parameter_apply_status(self, input: Option<String>) -> Self
The status of parameter updates.
sourcepub fn build(self) -> AwsRdsDbParameterGroup
pub fn build(self) -> AwsRdsDbParameterGroup
Consumes the builder and constructs a AwsRdsDbParameterGroup
.