|
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 FormConstructor Summary | |
---|---|
CreateDBSnapshotRequest()
Default constructor for a new CreateDBSnapshotRequest object. |
|
CreateDBSnapshotRequest(String dBSnapshotIdentifier,
String dBInstanceIdentifier)
Constructs a new CreateDBSnapshotRequest object. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getDBInstanceIdentifier()
The DB Instance identifier. |
String |
getDBSnapshotIdentifier()
The identifier for the DB Snapshot. |
int |
hashCode()
|
void |
setDBInstanceIdentifier(String dBInstanceIdentifier)
The DB Instance identifier. |
void |
setDBSnapshotIdentifier(String dBSnapshotIdentifier)
The identifier for the DB Snapshot. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
CreateDBSnapshotRequest |
withDBInstanceIdentifier(String dBInstanceIdentifier)
The DB Instance identifier. |
CreateDBSnapshotRequest |
withDBSnapshotIdentifier(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(String dBSnapshotIdentifier, 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 String getDBSnapshotIdentifier()
Constraints:
Example: my-snapshot-id
Constraints:
Example: my-snapshot-id
public void setDBSnapshotIdentifier(String dBSnapshotIdentifier)
Constraints:
Example: my-snapshot-id
dBSnapshotIdentifier
- The identifier for the DB Snapshot. Constraints:
Example: my-snapshot-id
public CreateDBSnapshotRequest withDBSnapshotIdentifier(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 String getDBInstanceIdentifier()
Constraints:
Constraints:
public void setDBInstanceIdentifier(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(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 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 |