Struct aws_sdk_rds::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 the DB cluster parameter group.
Constraints:
-
Must be 1 to 255 letters or numbers.
-
First character must be a letter
-
Can't 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 the DB cluster parameter group.
Constraints:
-
Must be 1 to 255 letters or numbers.
-
First character must be a letter
-
Can't 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
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 ModifyDbClusterParameterGroupOutputBuilder
impl Default for ModifyDbClusterParameterGroupOutputBuilder
source§fn default() -> ModifyDbClusterParameterGroupOutputBuilder
fn default() -> ModifyDbClusterParameterGroupOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ModifyDbClusterParameterGroupOutputBuilder> for ModifyDbClusterParameterGroupOutputBuilder
impl PartialEq<ModifyDbClusterParameterGroupOutputBuilder> for ModifyDbClusterParameterGroupOutputBuilder
source§fn eq(&self, other: &ModifyDbClusterParameterGroupOutputBuilder) -> bool
fn eq(&self, other: &ModifyDbClusterParameterGroupOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ModifyDbClusterParameterGroupOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ModifyDbClusterParameterGroupOutputBuilder
impl Send for ModifyDbClusterParameterGroupOutputBuilder
impl Sync for ModifyDbClusterParameterGroupOutputBuilder
impl Unpin for ModifyDbClusterParameterGroupOutputBuilder
impl UnwindSafe for ModifyDbClusterParameterGroupOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more