|
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.CreateDBSnapshotRequest
public class CreateDBSnapshotRequest
Container for the parameters to the CreateDBSnapshot operation.
Creates a DBSnapshot. The source DBInstance must be in "available" state.
AmazonRDS.createDBSnapshot(CreateDBSnapshotRequest),
Serialized Form| Constructor Summary | |
|---|---|
CreateDBSnapshotRequest()
Default constructor for a new CreateDBSnapshotRequest object. |
|
CreateDBSnapshotRequest(java.lang.String dBSnapshotIdentifier,
java.lang.String dBInstanceIdentifier)
Constructs a new CreateDBSnapshotRequest object. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getDBInstanceIdentifier()
The DB Instance identifier. |
java.lang.String |
getDBSnapshotIdentifier()
The identifier for the DB Snapshot. |
int |
hashCode()
|
void |
setDBInstanceIdentifier(java.lang.String dBInstanceIdentifier)
The DB Instance identifier. |
void |
setDBSnapshotIdentifier(java.lang.String dBSnapshotIdentifier)
The identifier for the DB Snapshot. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
CreateDBSnapshotRequest |
withDBInstanceIdentifier(java.lang.String dBInstanceIdentifier)
The DB Instance identifier. |
CreateDBSnapshotRequest |
withDBSnapshotIdentifier(java.lang.String dBSnapshotIdentifier)
The identifier for the DB Snapshot. |
| 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 CreateDBSnapshotRequest()
public CreateDBSnapshotRequest(java.lang.String dBSnapshotIdentifier,
java.lang.String dBInstanceIdentifier)
dBSnapshotIdentifier - The identifier for the DB Snapshot.
Constraints:
Example:
my-snapshot-id
dBInstanceIdentifier - The DB Instance identifier. This is the
unique key that identifies a DB Instance. This parameter isn't case
sensitive. Constraints:
| Method Detail |
|---|
public java.lang.String getDBSnapshotIdentifier()
Constraints:
Example: my-snapshot-id
Constraints:
Example: my-snapshot-id
public void setDBSnapshotIdentifier(java.lang.String dBSnapshotIdentifier)
Constraints:
Example: my-snapshot-id
dBSnapshotIdentifier - The identifier for the DB Snapshot. Constraints:
Example: my-snapshot-id
public CreateDBSnapshotRequest withDBSnapshotIdentifier(java.lang.String dBSnapshotIdentifier)
Constraints:
Example: my-snapshot-id
Returns a reference to this object so that method calls can be chained together.
dBSnapshotIdentifier - The identifier for the DB Snapshot. Constraints:
Example: my-snapshot-id
public java.lang.String getDBInstanceIdentifier()
Constraints:
Constraints:
public void setDBInstanceIdentifier(java.lang.String dBInstanceIdentifier)
Constraints:
dBInstanceIdentifier - The DB Instance identifier. This is the unique key that identifies a
DB Instance. This parameter isn't case sensitive. Constraints:
public CreateDBSnapshotRequest withDBInstanceIdentifier(java.lang.String dBInstanceIdentifier)
Constraints:
Returns a reference to this object so that method calls can be chained together.
dBInstanceIdentifier - The DB Instance identifier. This is the unique key that identifies a
DB Instance. This parameter isn't case sensitive. Constraints:
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||