Struct aws_sdk_docdb::operation::reset_db_cluster_parameter_group::builders::ResetDbClusterParameterGroupOutputBuilder
source · #[non_exhaustive]pub struct ResetDbClusterParameterGroupOutputBuilder { /* private fields */ }Expand description
A builder for ResetDbClusterParameterGroupOutput.
Implementations§
source§impl ResetDbClusterParameterGroupOutputBuilder
impl ResetDbClusterParameterGroupOutputBuilder
sourcepub fn db_cluster_parameter_group_name(self, input: impl Into<String>) -> Self
pub fn db_cluster_parameter_group_name(self, input: impl Into<String>) -> Self
The name of a cluster parameter group.
Constraints:
-
Must be from 1 to 255 letters or numbers.
-
The first character must be a letter.
-
Cannot end with a hyphen or contain two consecutive hyphens.
This value is stored as a lowercase string.
sourcepub fn set_db_cluster_parameter_group_name(self, input: Option<String>) -> Self
pub fn set_db_cluster_parameter_group_name(self, input: Option<String>) -> Self
The name of a cluster parameter group.
Constraints:
-
Must be from 1 to 255 letters or numbers.
-
The first character must be a letter.
-
Cannot end with a hyphen or contain two consecutive hyphens.
This value is stored as a lowercase string.
sourcepub fn build(self) -> ResetDbClusterParameterGroupOutput
pub fn build(self) -> ResetDbClusterParameterGroupOutput
Consumes the builder and constructs a ResetDbClusterParameterGroupOutput.
Trait Implementations§
source§impl Clone for ResetDbClusterParameterGroupOutputBuilder
impl Clone for ResetDbClusterParameterGroupOutputBuilder
source§fn clone(&self) -> ResetDbClusterParameterGroupOutputBuilder
fn clone(&self) -> ResetDbClusterParameterGroupOutputBuilder
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 ResetDbClusterParameterGroupOutputBuilder
impl Default for ResetDbClusterParameterGroupOutputBuilder
source§fn default() -> ResetDbClusterParameterGroupOutputBuilder
fn default() -> ResetDbClusterParameterGroupOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ResetDbClusterParameterGroupOutputBuilder> for ResetDbClusterParameterGroupOutputBuilder
impl PartialEq<ResetDbClusterParameterGroupOutputBuilder> for ResetDbClusterParameterGroupOutputBuilder
source§fn eq(&self, other: &ResetDbClusterParameterGroupOutputBuilder) -> bool
fn eq(&self, other: &ResetDbClusterParameterGroupOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.