public static interface ClusterParameterGroupStatus.Builder extends CopyableBuilder<ClusterParameterGroupStatus.Builder,ClusterParameterGroupStatus>
| Modifier and Type | Method and Description |
|---|---|
ClusterParameterGroupStatus.Builder |
clusterParameterStatusList(ClusterParameterStatus... clusterParameterStatusList)
The list of parameter statuses.
|
ClusterParameterGroupStatus.Builder |
clusterParameterStatusList(Collection<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.
|
copyapply, buildClusterParameterGroupStatus.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.
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.