| Package | Description |
|---|---|
| software.amazon.awssdk.services.keyspaces.model |
| Modifier and Type | Method and Description |
|---|---|
static PointInTimeRecoverySummary.Builder |
PointInTimeRecoverySummary.builder() |
PointInTimeRecoverySummary.Builder |
PointInTimeRecoverySummary.Builder.earliestRestorableTimestamp(Instant earliestRestorableTimestamp)
Specifies the earliest possible restore point of the table in ISO 8601 format.
|
PointInTimeRecoverySummary.Builder |
PointInTimeRecoverySummary.Builder.status(PointInTimeRecoveryStatus status)
Shows if point-in-time recovery is enabled or disabled for the specified table.
|
PointInTimeRecoverySummary.Builder |
PointInTimeRecoverySummary.Builder.status(String status)
Shows if point-in-time recovery is enabled or disabled for the specified table.
|
PointInTimeRecoverySummary.Builder |
PointInTimeRecoverySummary.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PointInTimeRecoverySummary.Builder> |
PointInTimeRecoverySummary.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetTableResponse.Builder |
GetTableResponse.Builder.pointInTimeRecovery(Consumer<PointInTimeRecoverySummary.Builder> pointInTimeRecovery)
The point-in-time recovery status of the specified table.
|
Copyright © 2022. All rights reserved.