public static interface PointInTimeRecoveryDescription.Builder extends SdkPojo, CopyableBuilder<PointInTimeRecoveryDescription.Builder,PointInTimeRecoveryDescription>
| Modifier and Type | Method and Description |
|---|---|
PointInTimeRecoveryDescription.Builder |
earliestRestorableDateTime(Instant earliestRestorableDateTime)
Specifies the earliest point in time you can restore your table to.
|
PointInTimeRecoveryDescription.Builder |
latestRestorableDateTime(Instant latestRestorableDateTime)
LatestRestorableDateTime is typically 5 minutes before the current time. |
PointInTimeRecoveryDescription.Builder |
pointInTimeRecoveryStatus(PointInTimeRecoveryStatus pointInTimeRecoveryStatus)
The current state of point in time recovery:
|
PointInTimeRecoveryDescription.Builder |
pointInTimeRecoveryStatus(String pointInTimeRecoveryStatus)
The current state of point in time recovery:
|
copyapplyMutation, buildPointInTimeRecoveryDescription.Builder pointInTimeRecoveryStatus(String pointInTimeRecoveryStatus)
The current state of point in time recovery:
ENABLING - Point in time recovery is being enabled.
ENABLED - Point in time recovery is enabled.
DISABLED - Point in time recovery is disabled.
pointInTimeRecoveryStatus - The current state of point in time recovery:
ENABLING - Point in time recovery is being enabled.
ENABLED - Point in time recovery is enabled.
DISABLED - Point in time recovery is disabled.
PointInTimeRecoveryStatus,
PointInTimeRecoveryStatusPointInTimeRecoveryDescription.Builder pointInTimeRecoveryStatus(PointInTimeRecoveryStatus pointInTimeRecoveryStatus)
The current state of point in time recovery:
ENABLING - Point in time recovery is being enabled.
ENABLED - Point in time recovery is enabled.
DISABLED - Point in time recovery is disabled.
pointInTimeRecoveryStatus - The current state of point in time recovery:
ENABLING - Point in time recovery is being enabled.
ENABLED - Point in time recovery is enabled.
DISABLED - Point in time recovery is disabled.
PointInTimeRecoveryStatus,
PointInTimeRecoveryStatusPointInTimeRecoveryDescription.Builder earliestRestorableDateTime(Instant earliestRestorableDateTime)
Specifies the earliest point in time you can restore your table to. It You can restore your table to any point in time during the last 35 days.
earliestRestorableDateTime - Specifies the earliest point in time you can restore your table to. It You can restore your table to
any point in time during the last 35 days.PointInTimeRecoveryDescription.Builder latestRestorableDateTime(Instant latestRestorableDateTime)
LatestRestorableDateTime is typically 5 minutes before the current time.
latestRestorableDateTime - LatestRestorableDateTime is typically 5 minutes before the current time.Copyright © 2019. All rights reserved.