public static interface PointInTimeRecoverySummary.Builder extends SdkPojo, CopyableBuilder<PointInTimeRecoverySummary.Builder,PointInTimeRecoverySummary>
| Modifier and Type | Method and Description |
|---|---|
PointInTimeRecoverySummary.Builder |
earliestRestorableTimestamp(Instant earliestRestorableTimestamp)
Specifies the earliest possible restore point of the table in ISO 8601 format.
|
PointInTimeRecoverySummary.Builder |
status(PointInTimeRecoveryStatus status)
Shows if point-in-time recovery is enabled or disabled for the specified table.
|
PointInTimeRecoverySummary.Builder |
status(String status)
Shows if point-in-time recovery is enabled or disabled for the specified table.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPointInTimeRecoverySummary.Builder status(String status)
Shows if point-in-time recovery is enabled or disabled for the specified table.
status - Shows if point-in-time recovery is enabled or disabled for the specified table.PointInTimeRecoveryStatus,
PointInTimeRecoveryStatusPointInTimeRecoverySummary.Builder status(PointInTimeRecoveryStatus status)
Shows if point-in-time recovery is enabled or disabled for the specified table.
status - Shows if point-in-time recovery is enabled or disabled for the specified table.PointInTimeRecoveryStatus,
PointInTimeRecoveryStatusPointInTimeRecoverySummary.Builder earliestRestorableTimestamp(Instant earliestRestorableTimestamp)
Specifies the earliest possible restore point of the table in ISO 8601 format.
earliestRestorableTimestamp - Specifies the earliest possible restore point of the table in ISO 8601 format.Copyright © 2023. All rights reserved.