Struct aws_sdk_redshift::operation::modify_cluster_parameter_group::builders::ModifyClusterParameterGroupOutputBuilder
source · #[non_exhaustive]pub struct ModifyClusterParameterGroupOutputBuilder { /* private fields */ }
Expand description
A builder for ModifyClusterParameterGroupOutput
.
Implementations§
source§impl ModifyClusterParameterGroupOutputBuilder
impl ModifyClusterParameterGroupOutputBuilder
sourcepub fn parameter_group_name(self, input: impl Into<String>) -> Self
pub fn parameter_group_name(self, input: impl Into<String>) -> Self
The name of the cluster parameter group.
sourcepub fn set_parameter_group_name(self, input: Option<String>) -> Self
pub fn set_parameter_group_name(self, input: Option<String>) -> Self
The name of the cluster parameter group.
sourcepub fn parameter_group_status(self, input: impl Into<String>) -> Self
pub fn parameter_group_status(self, input: impl Into<String>) -> Self
The status of the parameter group. For example, if you made a change to a parameter group name-value pair, then the change could be pending a reboot of an associated cluster.
sourcepub fn set_parameter_group_status(self, input: Option<String>) -> Self
pub fn set_parameter_group_status(self, input: Option<String>) -> Self
The status of the parameter group. For example, if you made a change to a parameter group name-value pair, then the change could be pending a reboot of an associated cluster.
sourcepub fn build(self) -> ModifyClusterParameterGroupOutput
pub fn build(self) -> ModifyClusterParameterGroupOutput
Consumes the builder and constructs a ModifyClusterParameterGroupOutput
.
Trait Implementations§
source§impl Clone for ModifyClusterParameterGroupOutputBuilder
impl Clone for ModifyClusterParameterGroupOutputBuilder
source§fn clone(&self) -> ModifyClusterParameterGroupOutputBuilder
fn clone(&self) -> ModifyClusterParameterGroupOutputBuilder
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 ModifyClusterParameterGroupOutputBuilder
impl Default for ModifyClusterParameterGroupOutputBuilder
source§fn default() -> ModifyClusterParameterGroupOutputBuilder
fn default() -> ModifyClusterParameterGroupOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ModifyClusterParameterGroupOutputBuilder> for ModifyClusterParameterGroupOutputBuilder
impl PartialEq<ModifyClusterParameterGroupOutputBuilder> for ModifyClusterParameterGroupOutputBuilder
source§fn eq(&self, other: &ModifyClusterParameterGroupOutputBuilder) -> bool
fn eq(&self, other: &ModifyClusterParameterGroupOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ModifyClusterParameterGroupOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ModifyClusterParameterGroupOutputBuilder
impl Send for ModifyClusterParameterGroupOutputBuilder
impl Sync for ModifyClusterParameterGroupOutputBuilder
impl Unpin for ModifyClusterParameterGroupOutputBuilder
impl UnwindSafe for ModifyClusterParameterGroupOutputBuilder
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