public class ModifyClusterParameterGroupRequest extends AmazonWebServiceRequest implements 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 .
Constructor and Description |
---|
ModifyClusterParameterGroupRequest() |
Modifier and Type | Method and Description |
---|---|
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.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector
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 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)
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)
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.
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.
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)
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.
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.
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()
Copyright © 2014. All rights reserved.