|
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.DefaultClusterParameters
public class DefaultClusterParameters
Describes the default cluster parameters for a parameter group family.
Constructor Summary | |
---|---|
DefaultClusterParameters()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getMarker()
An identifier to allow retrieval of paginated results. |
java.lang.String |
getParameterGroupFamily()
The name of the cluster parameter group family to which the engine default parameters apply. |
java.util.List<Parameter> |
getParameters()
The list of cluster default parameters. |
int |
hashCode()
|
void |
setMarker(java.lang.String marker)
An identifier to allow retrieval of paginated results. |
void |
setParameterGroupFamily(java.lang.String parameterGroupFamily)
The name of the cluster parameter group family to which the engine default parameters apply. |
void |
setParameters(java.util.Collection<Parameter> parameters)
The list of cluster default parameters. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DefaultClusterParameters |
withMarker(java.lang.String marker)
An identifier to allow retrieval of paginated results. |
DefaultClusterParameters |
withParameterGroupFamily(java.lang.String parameterGroupFamily)
The name of the cluster parameter group family to which the engine default parameters apply. |
DefaultClusterParameters |
withParameters(java.util.Collection<Parameter> parameters)
The list of cluster default parameters. |
DefaultClusterParameters |
withParameters(Parameter... parameters)
The list of cluster default parameters. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DefaultClusterParameters()
Method Detail |
---|
public java.lang.String getParameterGroupFamily()
public void setParameterGroupFamily(java.lang.String parameterGroupFamily)
parameterGroupFamily
- The name of the cluster parameter group family to which the engine
default parameters apply.public DefaultClusterParameters withParameterGroupFamily(java.lang.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 to which the engine
default parameters apply.public java.lang.String getMarker()
public void setMarker(java.lang.String marker)
marker
- An identifier to allow retrieval of paginated results.public DefaultClusterParameters withMarker(java.lang.String marker)
Returns a reference to this object so that method calls can be chained together.
marker
- An identifier to allow retrieval of paginated results.public java.util.List<Parameter> getParameters()
public void setParameters(java.util.Collection<Parameter> parameters)
parameters
- The list of cluster default parameters.public DefaultClusterParameters withParameters(Parameter... parameters)
Returns a reference to this object so that method calls can be chained together.
parameters
- The list of cluster default parameters.public DefaultClusterParameters withParameters(java.util.Collection<Parameter> parameters)
Returns a reference to this object so that method calls can be chained together.
parameters
- The list of cluster default parameters.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |