public class DescribeContinuousBackupsRequest extends AmazonWebServiceRequest implements java.io.Serializable
Checks the status of continuous backups and point in time recovery on the
specified table. Continuous backups are ENABLED on all tables at
table creation. If point in time recovery is enabled,
PointInTimeRecoveryStatus will be set to ENABLED.
Once continuous backups and point in time recovery are enabled, you can
restore to any point in time within EarliestRestorableDateTime
and LatestRestorableDateTime.
LatestRestorableDateTime is typically 5 minutes before the
current time. You can restore your table to any point in time during the last
35 days.
You can call DescribeContinuousBackups at a maximum rate of 10
times per second.
| Constructor and Description |
|---|
DescribeContinuousBackupsRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getTableName()
Name of the table for which the customer wants to check the continuous
backups and point in time recovery settings.
|
int |
hashCode() |
void |
setTableName(java.lang.String tableName)
Name of the table for which the customer wants to check the continuous
backups and point in time recovery settings.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeContinuousBackupsRequest |
withTableName(java.lang.String tableName)
Name of the table for which the customer wants to check the continuous
backups and point in time recovery settings.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic java.lang.String getTableName()
Name of the table for which the customer wants to check the continuous backups and point in time recovery settings.
Constraints:
Length: 3 - 255
Pattern: [a-zA-Z0-9_.-]+
Name of the table for which the customer wants to check the continuous backups and point in time recovery settings.
public void setTableName(java.lang.String tableName)
Name of the table for which the customer wants to check the continuous backups and point in time recovery settings.
Constraints:
Length: 3 - 255
Pattern: [a-zA-Z0-9_.-]+
tableName - Name of the table for which the customer wants to check the continuous backups and point in time recovery settings.
public DescribeContinuousBackupsRequest withTableName(java.lang.String tableName)
Name of the table for which the customer wants to check the continuous backups and point in time recovery settings.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 3 - 255
Pattern: [a-zA-Z0-9_.-]+
tableName - Name of the table for which the customer wants to check the continuous backups and point in time recovery settings.
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.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.