Interface ClusterParameterGroupStatus.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ClusterParameterGroupStatus.Builder,
,ClusterParameterGroupStatus> SdkBuilder<ClusterParameterGroupStatus.Builder,
,ClusterParameterGroupStatus> SdkPojo
- Enclosing class:
ClusterParameterGroupStatus
-
Method Summary
Modifier and TypeMethodDescriptionclusterParameterStatusList
(Collection<ClusterParameterStatus> clusterParameterStatusList) The list of parameter statuses.clusterParameterStatusList
(Consumer<ClusterParameterStatus.Builder>... clusterParameterStatusList) The list of parameter statuses.clusterParameterStatusList
(ClusterParameterStatus... clusterParameterStatusList) The list of parameter statuses.parameterApplyStatus
(String parameterApplyStatus) The status of parameter updates.parameterGroupName
(String parameterGroupName) The name of the cluster parameter group.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
parameterGroupName
The name of the cluster parameter group.
- Parameters:
parameterGroupName
- The name of the cluster parameter group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parameterApplyStatus
The status of parameter updates.
- Parameters:
parameterApplyStatus
- The status of parameter updates.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clusterParameterStatusList
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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clusterParameterStatusList
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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clusterParameterStatusList
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 viaClusterParameterStatus.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toclusterParameterStatusList(List<ClusterParameterStatus>)
.- Parameters:
clusterParameterStatusList
- a consumer that will call methods onClusterParameterStatus.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-