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 |
clusterParameterStatusList(Consumer<ClusterParameterStatus.Builder>... 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
applyMutation, 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.
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(Consumer<ClusterParameterStatus.Builder>... 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.
This is a convenience that creates an instance of theList.Builder
avoiding
the need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called
immediately and its result is passed to #clusterParameterStatusList(List)
.clusterParameterStatusList
- a consumer that will call methods on List.Builder
#clusterParameterStatusList(List)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.