Class ClusterVersion
java.lang.Object
com.amazonaws.services.redshift.model.ClusterVersion
- All Implemented Interfaces:
Serializable
,Cloneable
Describes a cluster version, including the parameter group family and description of the version.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The name of the cluster parameter group family for the cluster.The version number used by the cluster.The description of the cluster version.int
hashCode()
void
setClusterParameterGroupFamily
(String clusterParameterGroupFamily) The name of the cluster parameter group family for the cluster.void
setClusterVersion
(String clusterVersion) The version number used by the cluster.void
setDescription
(String description) The description of the cluster version.toString()
Returns a string representation of this object; useful for testing and debugging.withClusterParameterGroupFamily
(String clusterParameterGroupFamily) The name of the cluster parameter group family for the cluster.withClusterVersion
(String clusterVersion) The version number used by the cluster.withDescription
(String description) The description of the cluster version.
-
Constructor Details
-
ClusterVersion
public ClusterVersion()
-
-
Method Details
-
setClusterVersion
The version number used by the cluster.
- Parameters:
clusterVersion
- The version number used by the cluster.
-
getClusterVersion
The version number used by the cluster.
- Returns:
- The version number used by the cluster.
-
withClusterVersion
The version number used by the cluster.
- Parameters:
clusterVersion
- The version number used by the cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setClusterParameterGroupFamily
The name of the cluster parameter group family for the cluster.
- Parameters:
clusterParameterGroupFamily
- The name of the cluster parameter group family for the cluster.
-
getClusterParameterGroupFamily
The name of the cluster parameter group family for the cluster.
- Returns:
- The name of the cluster parameter group family for the cluster.
-
withClusterParameterGroupFamily
The name of the cluster parameter group family for the cluster.
- Parameters:
clusterParameterGroupFamily
- The name of the cluster parameter group family for the cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setDescription
The description of the cluster version.
- Parameters:
description
- The description of the cluster version.
-
getDescription
The description of the cluster version.
- Returns:
- The description of the cluster version.
-
withDescription
The description of the cluster version.
- Parameters:
description
- The description of the cluster version.- 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
-