ToCopyableBuilder<ClusterParameterGroupStatus.Builder,ClusterParameterGroupStatus>
@Generated("software.amazon.awssdk:codegen") public class ClusterParameterGroupStatus extends Object implements ToCopyableBuilder<ClusterParameterGroupStatus.Builder,ClusterParameterGroupStatus>
Describes the status of a parameter group.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ClusterParameterGroupStatus.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ClusterParameterGroupStatus.Builder |
builder() |
|
List<ClusterParameterStatus> |
clusterParameterStatusList() |
The list of parameter statuses.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
parameterApplyStatus() |
The status of parameter updates.
|
String |
parameterGroupName() |
The name of the cluster parameter group.
|
static Class<? extends ClusterParameterGroupStatus.Builder> |
serializableBuilderClass() |
|
ClusterParameterGroupStatus.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String parameterGroupName()
The name of the cluster parameter group.
public String parameterApplyStatus()
The status of parameter updates.
public List<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.
For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.
public ClusterParameterGroupStatus.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ClusterParameterGroupStatus.Builder,ClusterParameterGroupStatus>
public static ClusterParameterGroupStatus.Builder builder()
public static Class<? extends ClusterParameterGroupStatus.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.