#[non_exhaustive]pub struct AwsRedshiftClusterClusterParameterGroupBuilder { /* private fields */ }
Expand description
A builder for AwsRedshiftClusterClusterParameterGroup
.
Implementations§
source§impl AwsRedshiftClusterClusterParameterGroupBuilder
impl AwsRedshiftClusterClusterParameterGroupBuilder
sourcepub fn cluster_parameter_status_list(
self,
input: AwsRedshiftClusterClusterParameterStatus
) -> Self
pub fn cluster_parameter_status_list( self, input: AwsRedshiftClusterClusterParameterStatus ) -> Self
Appends an item to cluster_parameter_status_list
.
To override the contents of this collection use set_cluster_parameter_status_list
.
The list of parameter statuses.
sourcepub fn set_cluster_parameter_status_list(
self,
input: Option<Vec<AwsRedshiftClusterClusterParameterStatus>>
) -> Self
pub fn set_cluster_parameter_status_list( self, input: Option<Vec<AwsRedshiftClusterClusterParameterStatus>> ) -> Self
The list of parameter statuses.
sourcepub fn get_cluster_parameter_status_list(
&self
) -> &Option<Vec<AwsRedshiftClusterClusterParameterStatus>>
pub fn get_cluster_parameter_status_list( &self ) -> &Option<Vec<AwsRedshiftClusterClusterParameterStatus>>
The list of parameter statuses.
sourcepub fn parameter_apply_status(self, input: impl Into<String>) -> Self
pub fn parameter_apply_status(self, input: impl Into<String>) -> Self
The status of updates to the parameters.
sourcepub fn set_parameter_apply_status(self, input: Option<String>) -> Self
pub fn set_parameter_apply_status(self, input: Option<String>) -> Self
The status of updates to the parameters.
sourcepub fn get_parameter_apply_status(&self) -> &Option<String>
pub fn get_parameter_apply_status(&self) -> &Option<String>
The status of updates to the parameters.
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 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 parameter group.
sourcepub fn get_parameter_group_name(&self) -> &Option<String>
pub fn get_parameter_group_name(&self) -> &Option<String>
The name of the parameter group.
sourcepub fn build(self) -> AwsRedshiftClusterClusterParameterGroup
pub fn build(self) -> AwsRedshiftClusterClusterParameterGroup
Consumes the builder and constructs a AwsRedshiftClusterClusterParameterGroup
.
Trait Implementations§
source§impl Clone for AwsRedshiftClusterClusterParameterGroupBuilder
impl Clone for AwsRedshiftClusterClusterParameterGroupBuilder
source§fn clone(&self) -> AwsRedshiftClusterClusterParameterGroupBuilder
fn clone(&self) -> AwsRedshiftClusterClusterParameterGroupBuilder
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 AwsRedshiftClusterClusterParameterGroupBuilder
impl Default for AwsRedshiftClusterClusterParameterGroupBuilder
source§fn default() -> AwsRedshiftClusterClusterParameterGroupBuilder
fn default() -> AwsRedshiftClusterClusterParameterGroupBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for AwsRedshiftClusterClusterParameterGroupBuilder
impl PartialEq for AwsRedshiftClusterClusterParameterGroupBuilder
source§fn eq(&self, other: &AwsRedshiftClusterClusterParameterGroupBuilder) -> bool
fn eq(&self, other: &AwsRedshiftClusterClusterParameterGroupBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for AwsRedshiftClusterClusterParameterGroupBuilder
Auto Trait Implementations§
impl RefUnwindSafe for AwsRedshiftClusterClusterParameterGroupBuilder
impl Send for AwsRedshiftClusterClusterParameterGroupBuilder
impl Sync for AwsRedshiftClusterClusterParameterGroupBuilder
impl Unpin for AwsRedshiftClusterClusterParameterGroupBuilder
impl UnwindSafe for AwsRedshiftClusterClusterParameterGroupBuilder
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