Struct aws_sdk_docdb::operation::modify_db_cluster_parameter_group::builders::ModifyDbClusterParameterGroupInputBuilder
source · #[non_exhaustive]pub struct ModifyDbClusterParameterGroupInputBuilder { /* private fields */ }Expand description
A builder for ModifyDbClusterParameterGroupInput.
Implementations§
source§impl ModifyDbClusterParameterGroupInputBuilder
impl ModifyDbClusterParameterGroupInputBuilder
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 cluster parameter group to modify.
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 cluster parameter group to modify.
sourcepub fn parameters(self, input: Parameter) -> Self
pub fn parameters(self, input: Parameter) -> Self
Appends an item to parameters.
To override the contents of this collection use set_parameters.
A list of parameters in the cluster parameter group to modify.
sourcepub fn set_parameters(self, input: Option<Vec<Parameter>>) -> Self
pub fn set_parameters(self, input: Option<Vec<Parameter>>) -> Self
A list of parameters in the cluster parameter group to modify.
sourcepub fn build(self) -> Result<ModifyDbClusterParameterGroupInput, BuildError>
pub fn build(self) -> Result<ModifyDbClusterParameterGroupInput, BuildError>
Consumes the builder and constructs a ModifyDbClusterParameterGroupInput.
Trait Implementations§
source§impl Clone for ModifyDbClusterParameterGroupInputBuilder
impl Clone for ModifyDbClusterParameterGroupInputBuilder
source§fn clone(&self) -> ModifyDbClusterParameterGroupInputBuilder
fn clone(&self) -> ModifyDbClusterParameterGroupInputBuilder
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 ModifyDbClusterParameterGroupInputBuilder
impl Default for ModifyDbClusterParameterGroupInputBuilder
source§fn default() -> ModifyDbClusterParameterGroupInputBuilder
fn default() -> ModifyDbClusterParameterGroupInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ModifyDbClusterParameterGroupInputBuilder> for ModifyDbClusterParameterGroupInputBuilder
impl PartialEq<ModifyDbClusterParameterGroupInputBuilder> for ModifyDbClusterParameterGroupInputBuilder
source§fn eq(&self, other: &ModifyDbClusterParameterGroupInputBuilder) -> bool
fn eq(&self, other: &ModifyDbClusterParameterGroupInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ModifyDbClusterParameterGroupInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ModifyDbClusterParameterGroupInputBuilder
impl Send for ModifyDbClusterParameterGroupInputBuilder
impl Sync for ModifyDbClusterParameterGroupInputBuilder
impl Unpin for ModifyDbClusterParameterGroupInputBuilder
impl UnwindSafe for ModifyDbClusterParameterGroupInputBuilder
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