|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.redshift.model.ClusterParameterGroup
public class ClusterParameterGroup
Describes a parameter group.
Constructor Summary | |
---|---|
ClusterParameterGroup()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getDescription()
The description of the parameter group. |
String |
getParameterGroupFamily()
The name of the cluster parameter group family that this cluster parameter group is compatible with. |
String |
getParameterGroupName()
The name of the cluster parameter group. |
int |
hashCode()
|
void |
setDescription(String description)
The description of the parameter group. |
void |
setParameterGroupFamily(String parameterGroupFamily)
The name of the cluster parameter group family that this cluster parameter group is compatible with. |
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. |
ClusterParameterGroup |
withDescription(String description)
The description of the parameter group. |
ClusterParameterGroup |
withParameterGroupFamily(String parameterGroupFamily)
The name of the cluster parameter group family that this cluster parameter group is compatible with. |
ClusterParameterGroup |
withParameterGroupName(String parameterGroupName)
The name of the cluster parameter group. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ClusterParameterGroup()
Method Detail |
---|
public String getParameterGroupName()
public void setParameterGroupName(String parameterGroupName)
parameterGroupName
- The name of the cluster parameter group.public ClusterParameterGroup 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 getParameterGroupFamily()
public void setParameterGroupFamily(String parameterGroupFamily)
parameterGroupFamily
- The name of the cluster parameter group family that this cluster
parameter group is compatible with.public ClusterParameterGroup withParameterGroupFamily(String parameterGroupFamily)
Returns a reference to this object so that method calls can be chained together.
parameterGroupFamily
- The name of the cluster parameter group family that this cluster
parameter group is compatible with.
public String getDescription()
public void setDescription(String description)
description
- The description of the parameter group.public ClusterParameterGroup withDescription(String description)
Returns a reference to this object so that method calls can be chained together.
description
- The description of the parameter group.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |