|
Did this page help you?Yes No Tell us about it... |
||||||
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
.
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.
NOTE: The apply-immediate method can be used only for dynamic parameters; the pending-reboot method can be used with MySQL and Oracle DB Instances for either dynamic or static parameters. For Microsoft SQL Server DB Instances, the pending-reboot method can be used only for static parameters.
AmazonRDS.modifyDBParameterGroup(ModifyDBParameterGroupRequest)
Constructor Summary | |
---|---|
ModifyDBParameterGroupRequest()
Default constructor for a new ModifyDBParameterGroupRequest object. |
|
ModifyDBParameterGroupRequest(String dBParameterGroupName,
List<Parameter> parameters)
Constructs a new ModifyDBParameterGroupRequest object. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getDBParameterGroupName()
The name of the DB Parameter Group. |
List<Parameter> |
getParameters()
An array of parameter names, values, and the apply method for the parameter update. |
int |
hashCode()
|
void |
setDBParameterGroupName(String dBParameterGroupName)
The name of the DB Parameter Group. |
void |
setParameters(Collection<Parameter> parameters)
An array of parameter names, values, and the apply method for the parameter update. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
ModifyDBParameterGroupRequest |
withDBParameterGroupName(String dBParameterGroupName)
The name of the DB 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, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ModifyDBParameterGroupRequest()
public ModifyDBParameterGroupRequest(String dBParameterGroupName, List<Parameter> parameters)
dBParameterGroupName
- The name of the DB Parameter Group.
Constraints:
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.
Valid Values (for the application method): immediate |
pending-reboot
Method Detail |
---|
public String getDBParameterGroupName()
Constraints:
Constraints:
public void setDBParameterGroupName(String dBParameterGroupName)
Constraints:
dBParameterGroupName
- The name of the DB Parameter Group. Constraints:
public ModifyDBParameterGroupRequest withDBParameterGroupName(String dBParameterGroupName)
Constraints:
Returns a reference to this object so that method calls can be chained together.
dBParameterGroupName
- The name of the DB Parameter Group. Constraints:
public List<Parameter> getParameters()
Valid Values (for
the application method): immediate | pending-reboot
Valid Values (for
the application method): immediate | pending-reboot
public void setParameters(Collection<Parameter> parameters)
Valid Values (for
the application method): immediate | pending-reboot
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. Valid Values (for
the application method): immediate | pending-reboot
public ModifyDBParameterGroupRequest withParameters(Parameter... parameters)
Valid Values (for
the application method): immediate | pending-reboot
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. Valid Values (for
the application method): immediate | pending-reboot
public ModifyDBParameterGroupRequest withParameters(Collection<Parameter> parameters)
Valid Values (for
the application method): immediate | pending-reboot
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. Valid Values (for
the application method): immediate | pending-reboot
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |