|
|||||||
| 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.RebootDBInstanceRequest
public class RebootDBInstanceRequest
Container for the parameters to the RebootDBInstance operation.
The RebootDBInstance API reboots a previously provisioned RDS instance. This API results in the application of modified DBParameterGroup parameters with ApplyStatus of pending-reboot to the RDS instance. This action is taken as soon as possible, and results in a momentary outage to the RDS instance during which the RDS instance status is set to rebooting. A DBInstance event is created when the reboot is completed.
AmazonRDS.rebootDBInstance(RebootDBInstanceRequest)| Constructor Summary | |
|---|---|
RebootDBInstanceRequest()
Default constructor for a new RebootDBInstanceRequest object. |
|
RebootDBInstanceRequest(String dBInstanceIdentifier)
Constructs a new RebootDBInstanceRequest object. |
|
| Method Summary | |
|---|---|
String |
getDBInstanceIdentifier()
The DB Instance identifier. |
void |
setDBInstanceIdentifier(String dBInstanceIdentifier)
The DB Instance identifier. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
RebootDBInstanceRequest |
withDBInstanceIdentifier(String dBInstanceIdentifier)
The DB Instance identifier. |
| 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 RebootDBInstanceRequest()
public RebootDBInstanceRequest(String dBInstanceIdentifier)
dBInstanceIdentifier - The DB Instance identifier. This parameter
is stored as a lowercase string.| Method Detail |
|---|
public String getDBInstanceIdentifier()
public void setDBInstanceIdentifier(String dBInstanceIdentifier)
dBInstanceIdentifier - The DB Instance identifier. This parameter is stored as a lowercase
string.public RebootDBInstanceRequest withDBInstanceIdentifier(String dBInstanceIdentifier)
Returns a reference to this object so that method calls can be chained together.
dBInstanceIdentifier - The DB Instance identifier. This parameter is stored as a lowercase
string.
public String toString()
toString in class ObjectObject.toString()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||