public class ModifyClusterParameterGroupRequest extends AmazonWebServiceRequest implements java.io.Serializable
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 .
| コンストラクタと説明 |
|---|
ModifyClusterParameterGroupRequest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getParameterGroupName()
The name of the parameter group to be modified.
|
java.util.List<Parameter> |
getParameters()
An array of parameters to be modified.
|
int |
hashCode() |
void |
setParameterGroupName(java.lang.String parameterGroupName)
The name of the parameter group to be modified.
|
void |
setParameters(java.util.Collection<Parameter> parameters)
An array of parameters to be modified.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ModifyClusterParameterGroupRequest |
withParameterGroupName(java.lang.String parameterGroupName)
The name of the parameter group to be modified.
|
ModifyClusterParameterGroupRequest |
withParameters(java.util.Collection<Parameter> parameters)
An array of parameters to be modified.
|
ModifyClusterParameterGroupRequest |
withParameters(Parameter... parameters)
An array of parameters to be modified.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic java.lang.String getParameterGroupName()
public void setParameterGroupName(java.lang.String parameterGroupName)
parameterGroupName - The name of the parameter group to be modified.public ModifyClusterParameterGroupRequest withParameterGroupName(java.lang.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 java.util.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(java.util.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(java.util.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 java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object