Struct aws_sdk_docdb::operation::modify_db_cluster_parameter_group::builders::ModifyDbClusterParameterGroupOutputBuilder
source · #[non_exhaustive]pub struct ModifyDbClusterParameterGroupOutputBuilder { /* private fields */ }
Expand description
A builder for ModifyDbClusterParameterGroupOutput
.
Implementations§
source§impl ModifyDbClusterParameterGroupOutputBuilder
impl ModifyDbClusterParameterGroupOutputBuilder
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 get_db_cluster_parameter_group_name(&self) -> &Option<String>
pub fn get_db_cluster_parameter_group_name(&self) -> &Option<String>
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) -> ModifyDbClusterParameterGroupOutput
pub fn build(self) -> ModifyDbClusterParameterGroupOutput
Consumes the builder and constructs a ModifyDbClusterParameterGroupOutput
.
Trait Implementations§
source§impl Clone for ModifyDbClusterParameterGroupOutputBuilder
impl Clone for ModifyDbClusterParameterGroupOutputBuilder
source§fn clone(&self) -> ModifyDbClusterParameterGroupOutputBuilder
fn clone(&self) -> ModifyDbClusterParameterGroupOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for ModifyDbClusterParameterGroupOutputBuilder
impl Default for ModifyDbClusterParameterGroupOutputBuilder
source§fn default() -> ModifyDbClusterParameterGroupOutputBuilder
fn default() -> ModifyDbClusterParameterGroupOutputBuilder
source§impl PartialEq for ModifyDbClusterParameterGroupOutputBuilder
impl PartialEq for ModifyDbClusterParameterGroupOutputBuilder
source§fn eq(&self, other: &ModifyDbClusterParameterGroupOutputBuilder) -> bool
fn eq(&self, other: &ModifyDbClusterParameterGroupOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.