Struct aws_sdk_rds::types::builders::DbParameterGroupStatusBuilder
source · #[non_exhaustive]pub struct DbParameterGroupStatusBuilder { /* private fields */ }Expand description
A builder for DbParameterGroupStatus.
Implementations§
source§impl DbParameterGroupStatusBuilder
impl DbParameterGroupStatusBuilder
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 DB 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 DB 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) -> DbParameterGroupStatus
pub fn build(self) -> DbParameterGroupStatus
Consumes the builder and constructs a DbParameterGroupStatus.
Trait Implementations§
source§impl Clone for DbParameterGroupStatusBuilder
impl Clone for DbParameterGroupStatusBuilder
source§fn clone(&self) -> DbParameterGroupStatusBuilder
fn clone(&self) -> DbParameterGroupStatusBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for DbParameterGroupStatusBuilder
impl Default for DbParameterGroupStatusBuilder
source§fn default() -> DbParameterGroupStatusBuilder
fn default() -> DbParameterGroupStatusBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DbParameterGroupStatusBuilder> for DbParameterGroupStatusBuilder
impl PartialEq<DbParameterGroupStatusBuilder> for DbParameterGroupStatusBuilder
source§fn eq(&self, other: &DbParameterGroupStatusBuilder) -> bool
fn eq(&self, other: &DbParameterGroupStatusBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.