Struct aws_sdk_redshift::model::cluster_parameter_group_status::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ClusterParameterGroupStatus
Implementations
The name of the cluster parameter group.
The name of the cluster parameter group.
The status of parameter updates.
The status of parameter updates.
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.
For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.
pub fn set_cluster_parameter_status_list(
self,
input: Option<Vec<ClusterParameterStatus>>
) -> Self
pub fn set_cluster_parameter_status_list(
self,
input: Option<Vec<ClusterParameterStatus>>
) -> Self
The list of parameter statuses.
For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.
Consumes the builder and constructs a ClusterParameterGroupStatus
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more