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 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) -> 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
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for ResetDbClusterParameterGroupOutputBuilder
impl Default for ResetDbClusterParameterGroupOutputBuilder
source§fn default() -> ResetDbClusterParameterGroupOutputBuilder
fn default() -> ResetDbClusterParameterGroupOutputBuilder
source§impl PartialEq for ResetDbClusterParameterGroupOutputBuilder
impl PartialEq for ResetDbClusterParameterGroupOutputBuilder
source§fn eq(&self, other: &ResetDbClusterParameterGroupOutputBuilder) -> bool
fn eq(&self, other: &ResetDbClusterParameterGroupOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ResetDbClusterParameterGroupOutputBuilder
Auto Trait Implementations§
impl Freeze for ResetDbClusterParameterGroupOutputBuilder
impl RefUnwindSafe for ResetDbClusterParameterGroupOutputBuilder
impl Send for ResetDbClusterParameterGroupOutputBuilder
impl Sync for ResetDbClusterParameterGroupOutputBuilder
impl Unpin for ResetDbClusterParameterGroupOutputBuilder
impl UnwindSafe for ResetDbClusterParameterGroupOutputBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more