Uses of Interface
software.amazon.awssdk.services.keyspaces.model.PointInTimeRecoverySummary.Builder
-
Packages that use PointInTimeRecoverySummary.Builder Package Description software.amazon.awssdk.services.keyspaces.model -
-
Uses of PointInTimeRecoverySummary.Builder in software.amazon.awssdk.services.keyspaces.model
Methods in software.amazon.awssdk.services.keyspaces.model that return PointInTimeRecoverySummary.Builder Modifier and Type Method Description static PointInTimeRecoverySummary.BuilderPointInTimeRecoverySummary. builder()PointInTimeRecoverySummary.BuilderPointInTimeRecoverySummary.Builder. earliestRestorableTimestamp(Instant earliestRestorableTimestamp)Specifies the earliest possible restore point of the table in ISO 8601 format.PointInTimeRecoverySummary.BuilderPointInTimeRecoverySummary.Builder. status(String status)Shows if point-in-time recovery is enabled or disabled for the specified table.PointInTimeRecoverySummary.BuilderPointInTimeRecoverySummary.Builder. status(PointInTimeRecoveryStatus status)Shows if point-in-time recovery is enabled or disabled for the specified table.PointInTimeRecoverySummary.BuilderPointInTimeRecoverySummary. toBuilder()Methods in software.amazon.awssdk.services.keyspaces.model that return types with arguments of type PointInTimeRecoverySummary.Builder Modifier and Type Method Description static Class<? extends PointInTimeRecoverySummary.Builder>PointInTimeRecoverySummary. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.keyspaces.model with type arguments of type PointInTimeRecoverySummary.Builder Modifier and Type Method Description default GetTableResponse.BuilderGetTableResponse.Builder. pointInTimeRecovery(Consumer<PointInTimeRecoverySummary.Builder> pointInTimeRecovery)The point-in-time recovery status of the specified table.
-