public class ClusterParameterGroupStatus extends Object implements Serializable, Cloneable
Describes the status of a parameter group.
Constructor and Description |
---|
ClusterParameterGroupStatus() |
Modifier and Type | Method and Description |
---|---|
ClusterParameterGroupStatus |
clone() |
boolean |
equals(Object obj) |
List<ClusterParameterStatus> |
getClusterParameterStatusList()
The list of parameter statuses.
|
String |
getParameterApplyStatus()
The status of parameter updates.
|
String |
getParameterGroupName()
The name of the cluster parameter group.
|
int |
hashCode() |
void |
setClusterParameterStatusList(Collection<ClusterParameterStatus> clusterParameterStatusList)
The list of parameter statuses.
|
void |
setParameterApplyStatus(String parameterApplyStatus)
The status of parameter updates.
|
void |
setParameterGroupName(String parameterGroupName)
The name of the cluster parameter group.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ClusterParameterGroupStatus |
withClusterParameterStatusList(ClusterParameterStatus... clusterParameterStatusList)
The list of parameter statuses.
|
ClusterParameterGroupStatus |
withClusterParameterStatusList(Collection<ClusterParameterStatus> clusterParameterStatusList)
The list of parameter statuses.
|
ClusterParameterGroupStatus |
withParameterApplyStatus(String parameterApplyStatus)
The status of parameter updates.
|
ClusterParameterGroupStatus |
withParameterGroupName(String parameterGroupName)
The name of the cluster parameter group.
|
public String getParameterGroupName()
public void setParameterGroupName(String parameterGroupName)
parameterGroupName
- The name of the cluster parameter group.public ClusterParameterGroupStatus withParameterGroupName(String parameterGroupName)
Returns a reference to this object so that method calls can be chained together.
parameterGroupName
- The name of the cluster parameter group.public String getParameterApplyStatus()
public void setParameterApplyStatus(String parameterApplyStatus)
parameterApplyStatus
- The status of parameter updates.public ClusterParameterGroupStatus withParameterApplyStatus(String parameterApplyStatus)
Returns a reference to this object so that method calls can be chained together.
parameterApplyStatus
- The status of parameter updates.public List<ClusterParameterStatus> getClusterParameterStatusList()
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 void setClusterParameterStatusList(Collection<ClusterParameterStatus> clusterParameterStatusList)
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.
public ClusterParameterGroupStatus withClusterParameterStatusList(ClusterParameterStatus... clusterParameterStatusList)
For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.
NOTE: This method appends the values to the existing list (if
any). Use setClusterParameterStatusList(java.util.Collection)
or withClusterParameterStatusList(java.util.Collection)
if
you want to override the existing values.
Returns a reference to this object so that method calls can be chained together.
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.
public ClusterParameterGroupStatus withClusterParameterStatusList(Collection<ClusterParameterStatus> clusterParameterStatusList)
For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.
Returns a reference to this object so that method calls can be chained together.
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.
public String toString()
toString
in class Object
Object.toString()
public ClusterParameterGroupStatus clone()
Copyright © 2015. All rights reserved.