public static interface ClusterParameterGroupStatus.Builder extends SdkPojo, 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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, 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.
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 method that creates an instance of theClusterParameterStatus.Builder avoiding the need to
create one manually via
ClusterParameterStatus.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #clusterParameterStatusList(List.
clusterParameterStatusList - a consumer that will call methods on
ClusterParameterStatus.Builder#clusterParameterStatusList(java.util.Collection) Copyright © 2022. All rights reserved.