| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshift.model |
| Modifier and Type | Method and Description |
|---|---|
static ClusterParameterGroupStatus.Builder |
ClusterParameterGroupStatus.builder() |
ClusterParameterGroupStatus.Builder |
ClusterParameterGroupStatus.Builder.clusterParameterStatusList(ClusterParameterStatus... clusterParameterStatusList)
The list of parameter statuses.
|
ClusterParameterGroupStatus.Builder |
ClusterParameterGroupStatus.Builder.clusterParameterStatusList(Collection<ClusterParameterStatus> clusterParameterStatusList)
The list of parameter statuses.
|
ClusterParameterGroupStatus.Builder |
ClusterParameterGroupStatus.Builder.clusterParameterStatusList(Consumer<ClusterParameterStatus.Builder>... clusterParameterStatusList)
The list of parameter statuses.
|
ClusterParameterGroupStatus.Builder |
ClusterParameterGroupStatus.Builder.parameterApplyStatus(String parameterApplyStatus)
The status of parameter updates.
|
ClusterParameterGroupStatus.Builder |
ClusterParameterGroupStatus.Builder.parameterGroupName(String parameterGroupName)
The name of the cluster parameter group.
|
ClusterParameterGroupStatus.Builder |
ClusterParameterGroupStatus.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ClusterParameterGroupStatus.Builder> |
ClusterParameterGroupStatus.serializableBuilderClass() |
Copyright © 2023. All rights reserved.