Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.redshift.model
Class ModifyClusterParameterGroupRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by com.amazonaws.services.redshift.model.ModifyClusterParameterGroupRequest
All Implemented Interfaces:
Serializable

public class ModifyClusterParameterGroupRequest
extends AmazonWebServiceRequest
implements Serializable

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 .

See Also:
AmazonRedshift.modifyClusterParameterGroup(ModifyClusterParameterGroupRequest), Serialized Form

Constructor 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

ModifyClusterParameterGroupRequest

public ModifyClusterParameterGroupRequest()
Method Detail

getParameterGroupName

public String getParameterGroupName()
The name of the parameter group to be modified.

Returns:
The name of the parameter group to be modified.

setParameterGroupName

public void setParameterGroupName(String parameterGroupName)
The name of the parameter group to be modified.

Parameters:
parameterGroupName - The name of the parameter group to be modified.

withParameterGroupName

public ModifyClusterParameterGroupRequest withParameterGroupName(String parameterGroupName)
The name of the parameter group to be modified.

Returns a reference to this object so that method calls can be chained together.

Parameters:
parameterGroupName - The name of the parameter group to be modified.
Returns:
A reference to this updated object so that method calls can be chained together.

getParameters

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.

Returns:
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.


setParameters

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.

Parameters:
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.


withParameters

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.

Returns a reference to this object so that method calls can be chained together.

Parameters:
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.

Returns:
A reference to this updated object so that method calls can be chained together.

withParameters

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.

Returns a reference to this object so that method calls can be chained together.

Parameters:
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.

Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.