com.amazonaws.services.rds.model
Class ModifyDBParameterGroupRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by com.amazonaws.services.rds.model.ModifyDBParameterGroupRequest

public class ModifyDBParameterGroupRequest
extends AmazonWebServiceRequest


Constructor Summary
ModifyDBParameterGroupRequest()
           
 
Method Summary
 String getDBParameterGroupName()
          The name of the database parameter group.
 List<Parameter> getParameters()
          An array of parameter names, values, and the apply method for the parameter update.
 void setDBParameterGroupName(String dBParameterGroupName)
          The name of the database parameter group.
 void setParameters(Collection<Parameter> parameters)
          An array of parameter names, values, and the apply method for the parameter update.
 String toString()
           
 ModifyDBParameterGroupRequest withDBParameterGroupName(String dBParameterGroupName)
          The name of the database parameter group.
 ModifyDBParameterGroupRequest withParameters(Collection<Parameter> parameters)
          An array of parameter names, values, and the apply method for the parameter update.
 ModifyDBParameterGroupRequest withParameters(Parameter... parameters)
          An array of parameter names, values, and the apply method for the parameter update.
 
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyPrivateRequestParameters
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ModifyDBParameterGroupRequest

public ModifyDBParameterGroupRequest()
Method Detail

getDBParameterGroupName

public String getDBParameterGroupName()
The name of the database parameter group.

Returns:
The name of the database parameter group.

setDBParameterGroupName

public void setDBParameterGroupName(String dBParameterGroupName)
The name of the database parameter group.

Parameters:
dBParameterGroupName - The name of the database parameter group.

withDBParameterGroupName

public ModifyDBParameterGroupRequest withDBParameterGroupName(String dBParameterGroupName)
The name of the database parameter group.

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

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

getParameters

public List<Parameter> getParameters()
An array of parameter names, values, and the apply method for the parameter update. At least one parameter name, value, and apply method must be supplied; subsequent arguments are optional. A maximum of 20 parameters may be modified in a single request.

Returns:
An array of parameter names, values, and the apply method for the parameter update. At least one parameter name, value, and apply method must be supplied; subsequent arguments are optional. A maximum of 20 parameters may be modified in a single request.

setParameters

public void setParameters(Collection<Parameter> parameters)
An array of parameter names, values, and the apply method for the parameter update. At least one parameter name, value, and apply method must be supplied; subsequent arguments are optional. A maximum of 20 parameters may be modified in a single request.

Parameters:
parameters - An array of parameter names, values, and the apply method for the parameter update. At least one parameter name, value, and apply method must be supplied; subsequent arguments are optional. A maximum of 20 parameters may be modified in a single request.

withParameters

public ModifyDBParameterGroupRequest withParameters(Parameter... parameters)
An array of parameter names, values, and the apply method for the parameter update. At least one parameter name, value, and apply method must be supplied; subsequent arguments are optional. A maximum of 20 parameters may be modified in a single request.

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

Parameters:
parameters - An array of parameter names, values, and the apply method for the parameter update. At least one parameter name, value, and apply method must be supplied; subsequent arguments are optional. A maximum of 20 parameters may be modified in a single request.
Returns:
A reference to this updated object so that method calls can be chained together.

withParameters

public ModifyDBParameterGroupRequest withParameters(Collection<Parameter> parameters)
An array of parameter names, values, and the apply method for the parameter update. At least one parameter name, value, and apply method must be supplied; subsequent arguments are optional. A maximum of 20 parameters may be modified in a single request.

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

Parameters:
parameters - An array of parameter names, values, and the apply method for the parameter update. At least one parameter name, value, and apply method must be supplied; subsequent arguments are optional. A maximum of 20 parameters may be modified in a single request.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Overrides:
toString in class Object


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