pub struct Builder { /* private fields */ }
Expand description
A builder for AwsRedshiftClusterClusterParameterGroup
.
Implementations§
source§impl Builder
impl Builder
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 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 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 build(self) -> AwsRedshiftClusterClusterParameterGroup
pub fn build(self) -> AwsRedshiftClusterClusterParameterGroup
Consumes the builder and constructs a AwsRedshiftClusterClusterParameterGroup
.