@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModifyClusterParameterGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ModifyClusterParameterGroupRequest() |
Modifier and Type | Method and Description |
---|---|
ModifyClusterParameterGroupRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
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.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setParameterGroupName(String parameterGroupName)
The name of the parameter group to be modified.
parameterGroupName
- The name of the parameter group to be modified.public String getParameterGroupName()
The name of the parameter group to be modified.
public ModifyClusterParameterGroupRequest withParameterGroupName(String parameterGroupName)
The name of the parameter group to be modified.
parameterGroupName
- The name of the parameter group to be modified.public 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(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(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 String toString()
toString
in class Object
Object.toString()
public ModifyClusterParameterGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.