Struct aws_sdk_securityhub::model::aws_redshift_cluster_cluster_parameter_group::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for AwsRedshiftClusterClusterParameterGroup
Implementations
pub fn cluster_parameter_status_list(
self,
input: impl Into<AwsRedshiftClusterClusterParameterStatus>
) -> Self
pub fn cluster_parameter_status_list(
self,
input: impl Into<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.
pub 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.
The status of updates to the parameters.
The status of updates to the parameters.
The name of the parameter group.
The name of the parameter group.
Consumes the builder and constructs a AwsRedshiftClusterClusterParameterGroup
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