CopyableBuilder<ClusterParameterGroupStatus.Builder,ClusterParameterGroupStatus>
, SdkBuilder<ClusterParameterGroupStatus.Builder,ClusterParameterGroupStatus>
public static interface ClusterParameterGroupStatus.Builder extends CopyableBuilder<ClusterParameterGroupStatus.Builder,ClusterParameterGroupStatus>
Modifier and Type | Method | Description |
---|---|---|
ClusterParameterGroupStatus.Builder |
clusterParameterStatusList(Collection<ClusterParameterStatus> clusterParameterStatusList) |
The list of parameter statuses.
|
ClusterParameterGroupStatus.Builder |
clusterParameterStatusList(ClusterParameterStatus... clusterParameterStatusList) |
The list of parameter statuses.
|
ClusterParameterGroupStatus.Builder |
parameterApplyStatus(String parameterApplyStatus) |
The status of parameter updates.
|
ClusterParameterGroupStatus.Builder |
parameterGroupName(String parameterGroupName) |
The name of the cluster parameter group.
|
copy
apply, build
ClusterParameterGroupStatus.Builder parameterGroupName(String parameterGroupName)
The name of the cluster parameter group.
parameterGroupName
- The name of the cluster parameter group.ClusterParameterGroupStatus.Builder parameterApplyStatus(String parameterApplyStatus)
The status of parameter updates.
parameterApplyStatus
- The status of parameter updates.ClusterParameterGroupStatus.Builder clusterParameterStatusList(Collection<ClusterParameterStatus> clusterParameterStatusList)
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.
clusterParameterStatusList
- 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.
ClusterParameterGroupStatus.Builder clusterParameterStatusList(ClusterParameterStatus... clusterParameterStatusList)
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.
NOTE: This method appends the values to the existing list (if any). Use
#setClusterParameterStatusList(java.util.Collection)
or
#withClusterParameterStatusList(java.util.Collection)
if you want to override the existing values.
clusterParameterStatusList
- 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.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.