public class ModifyClusterParameterGroupRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
parameterGroupName
The name of the parameter group to be modified.
|
private SdkInternalList<Parameter> |
parameters
An array of parameters to be modified.
|
NOOP
Constructor and Description |
---|
ModifyClusterParameterGroupRequest() |
Modifier and Type | Method and Description |
---|---|
ModifyClusterParameterGroupRequest |
clone()
Creates a shallow clone of this request.
|
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.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.String parameterGroupName
The name of the parameter group to be modified.
private SdkInternalList<Parameter> 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.
For the workload management (WLM) configuration, you must supply all the name-value pairs in the wlm_json_configuration parameter.
public void setParameterGroupName(java.lang.String parameterGroupName)
The name of the parameter group to be modified.
parameterGroupName
- The name of the parameter group to be modified.public java.lang.String getParameterGroupName()
The name of the parameter group to be modified.
public ModifyClusterParameterGroupRequest withParameterGroupName(java.lang.String parameterGroupName)
The name of the parameter group to be modified.
parameterGroupName
- The name of the parameter group to be modified.public java.util.List<Parameter> getParameters()
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.
For the workload management (WLM) configuration, you must supply all the name-value pairs in the wlm_json_configuration parameter.
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 the workload management (WLM) configuration, you must supply all the name-value pairs in the wlm_json_configuration parameter.
public void setParameters(java.util.Collection<Parameter> 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.
For the workload management (WLM) configuration, you must supply all the name-value pairs in the wlm_json_configuration parameter.
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.
For the workload management (WLM) configuration, you must supply all the name-value pairs in the wlm_json_configuration parameter.
public ModifyClusterParameterGroupRequest withParameters(Parameter... 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.
For the workload management (WLM) configuration, you must supply all the name-value pairs in the wlm_json_configuration parameter.
NOTE: This method appends the values to the existing list (if
any). Use setParameters(java.util.Collection)
or
withParameters(java.util.Collection)
if you want to override the
existing values.
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.
For the workload management (WLM) configuration, you must supply all the name-value pairs in the wlm_json_configuration parameter.
public ModifyClusterParameterGroupRequest withParameters(java.util.Collection<Parameter> 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.
For the workload management (WLM) configuration, you must supply all the name-value pairs in the wlm_json_configuration parameter.
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.
For the workload management (WLM) configuration, you must supply all the name-value pairs in the wlm_json_configuration parameter.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ModifyClusterParameterGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()