|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.rds.model.ModifyDBParameterGroupRequest
public class ModifyDBParameterGroupRequest
Container for the parameters to the ModifyDBParameterGroup operation
.
This API modifies the parameters of a DBParameterGroup. To modify more than one parameter submit a list of the following: ParameterName, ParameterValue, and ApplyMethod. A maximum of 20 parameters can be modified in a single request.
AmazonRDS.modifyDBParameterGroup(ModifyDBParameterGroupRequest)
Constructor Summary | |
---|---|
ModifyDBParameterGroupRequest()
Default constructor for a new ModifyDBParameterGroupRequest object. |
|
ModifyDBParameterGroupRequest(java.lang.String dBParameterGroupName,
java.util.List<Parameter> parameters)
Constructs a new ModifyDBParameterGroupRequest object. |
Method Summary | |
---|---|
java.lang.String |
getDBParameterGroupName()
The name of the database parameter group. |
java.util.List<Parameter> |
getParameters()
An array of parameter names, values, and the apply method for the parameter update. |
void |
setDBParameterGroupName(java.lang.String dBParameterGroupName)
The name of the database parameter group. |
void |
setParameters(java.util.Collection<Parameter> parameters)
An array of parameter names, values, and the apply method for the parameter update. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
ModifyDBParameterGroupRequest |
withDBParameterGroupName(java.lang.String dBParameterGroupName)
The name of the database parameter group. |
ModifyDBParameterGroupRequest |
withParameters(java.util.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 |
---|
public ModifyDBParameterGroupRequest()
public ModifyDBParameterGroupRequest(java.lang.String dBParameterGroupName, java.util.List<Parameter> parameters)
dBParameterGroupName
- The name of the database parameter group.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.Method Detail |
---|
public java.lang.String getDBParameterGroupName()
public void setDBParameterGroupName(java.lang.String dBParameterGroupName)
dBParameterGroupName
- The name of the database parameter group.public ModifyDBParameterGroupRequest withDBParameterGroupName(java.lang.String dBParameterGroupName)
Returns a reference to this object so that method calls can be chained together.
dBParameterGroupName
- The name of the database parameter group.
public java.util.List<Parameter> getParameters()
public void setParameters(java.util.Collection<Parameter> 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.public ModifyDBParameterGroupRequest withParameters(Parameter... parameters)
Returns a reference to this object so that method calls can be chained together.
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.
public ModifyDBParameterGroupRequest withParameters(java.util.Collection<Parameter> parameters)
Returns a reference to this object so that method calls can be chained together.
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.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |