|
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.AmazonWebServiceRequest
com.amazonaws.services.redshift.model.ModifyClusterParameterGroupRequest
public class ModifyClusterParameterGroupRequest
Container for the parameters to the ModifyClusterParameterGroup operation
.
Modifies the parameters of a parameter group.
For more information about managing parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Management Guide .
AmazonRedshift.modifyClusterParameterGroup(ModifyClusterParameterGroupRequest)
,
Serialized FormConstructor Summary | |
---|---|
ModifyClusterParameterGroupRequest()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getParameterGroupName()
The name of the parameter group to be modified. |
List<Parameter> |
getParameters()
An array of parameters to be modified. |
int |
hashCode()
|
void |
setParameterGroupName(String parameterGroupName)
The name of the parameter group to be modified. |
void |
setParameters(Collection<Parameter> parameters)
An array of parameters to be modified. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
ModifyClusterParameterGroupRequest |
withParameterGroupName(String parameterGroupName)
The name of the parameter group to be modified. |
ModifyClusterParameterGroupRequest |
withParameters(Collection<Parameter> parameters)
An array of parameters to be modified. |
ModifyClusterParameterGroupRequest |
withParameters(Parameter... parameters)
An array of parameters to be modified. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ModifyClusterParameterGroupRequest()
Method Detail |
---|
public String getParameterGroupName()
public void setParameterGroupName(String parameterGroupName)
parameterGroupName
- The name of the parameter group to be modified.public ModifyClusterParameterGroupRequest withParameterGroupName(String parameterGroupName)
Returns a reference to this object so that method calls can be chained together.
parameterGroupName
- The name of the parameter group to be modified.
public List<Parameter> getParameters()
For each parameter to be modified, you must supply at least the parameter name and parameter value; other name-value pairs of the parameter are optional.
For each parameter to be modified, you must supply at least the parameter name and parameter value; other name-value pairs of the parameter are optional.
public void setParameters(Collection<Parameter> parameters)
For each parameter to be modified, you must supply at least the parameter name and parameter value; other name-value pairs of the parameter are optional.
parameters
- An array of parameters to be modified. A maximum of 20 parameters can
be modified in a single request. For each parameter to be modified, you must supply at least the parameter name and parameter value; other name-value pairs of the parameter are optional.
public ModifyClusterParameterGroupRequest withParameters(Parameter... parameters)
For each parameter to be modified, you must supply at least the parameter name and parameter value; other name-value pairs of the parameter are optional.
Returns a reference to this object so that method calls can be chained together.
parameters
- An array of parameters to be modified. A maximum of 20 parameters can
be modified in a single request. For each parameter to be modified, you must supply at least the parameter name and parameter value; other name-value pairs of the parameter are optional.
public ModifyClusterParameterGroupRequest withParameters(Collection<Parameter> parameters)
For each parameter to be modified, you must supply at least the parameter name and parameter value; other name-value pairs of the parameter are optional.
Returns a reference to this object so that method calls can be chained together.
parameters
- An array of parameters to be modified. A maximum of 20 parameters can
be modified in a single request. For each parameter to be modified, you must supply at least the parameter name and parameter value; other name-value pairs of the parameter are optional.
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 |