Class ClusterParameterGroupStatus
- All Implemented Interfaces:
Serializable
,Cloneable
Describes the status of a parameter group.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The list of parameter statuses.The status of parameter updates.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.toString()
Returns a string representation of this object; useful for testing and debugging.withClusterParameterStatusList
(ClusterParameterStatus... clusterParameterStatusList) The list of parameter statuses.withClusterParameterStatusList
(Collection<ClusterParameterStatus> clusterParameterStatusList) The list of parameter statuses.withParameterApplyStatus
(String parameterApplyStatus) The status of parameter updates.withParameterGroupName
(String parameterGroupName) The name of the cluster parameter group.
-
Constructor Details
-
ClusterParameterGroupStatus
public ClusterParameterGroupStatus()
-
-
Method Details
-
setParameterGroupName
The name of the cluster parameter group.
- Parameters:
parameterGroupName
- The name of the cluster parameter group.
-
getParameterGroupName
The name of the cluster parameter group.
- Returns:
- The name of the cluster parameter group.
-
withParameterGroupName
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.
-
setParameterApplyStatus
The status of parameter updates.
- Parameters:
parameterApplyStatus
- The status of parameter updates.
-
getParameterApplyStatus
The status of parameter updates.
- Returns:
- The status of parameter updates.
-
withParameterApplyStatus
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.
-
getClusterParameterStatusList
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:
- 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.
-
setClusterParameterStatusList
public void setClusterParameterStatusList(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.
-
withClusterParameterStatusList
public ClusterParameterGroupStatus withClusterParameterStatusList(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.
NOTE: This method appends the values to the existing list (if any). Use
setClusterParameterStatusList(java.util.Collection)
orwithClusterParameterStatusList(java.util.Collection)
if you want to override the existing values.- 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.
-
withClusterParameterStatusList
public ClusterParameterGroupStatus withClusterParameterStatusList(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.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-