Uses of Interface
software.amazon.awssdk.services.keyspaces.model.PointInTimeRecovery.Builder
-
Packages that use PointInTimeRecovery.Builder Package Description software.amazon.awssdk.services.keyspaces.model -
-
Uses of PointInTimeRecovery.Builder in software.amazon.awssdk.services.keyspaces.model
Methods in software.amazon.awssdk.services.keyspaces.model that return PointInTimeRecovery.Builder Modifier and Type Method Description static PointInTimeRecovery.BuilderPointInTimeRecovery. builder()PointInTimeRecovery.BuilderPointInTimeRecovery.Builder. status(String status)The options are:PointInTimeRecovery.BuilderPointInTimeRecovery.Builder. status(PointInTimeRecoveryStatus status)The options are:PointInTimeRecovery.BuilderPointInTimeRecovery. toBuilder()Methods in software.amazon.awssdk.services.keyspaces.model that return types with arguments of type PointInTimeRecovery.Builder Modifier and Type Method Description static Class<? extends PointInTimeRecovery.Builder>PointInTimeRecovery. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.keyspaces.model with type arguments of type PointInTimeRecovery.Builder Modifier and Type Method Description default CreateTableRequest.BuilderCreateTableRequest.Builder. pointInTimeRecovery(Consumer<PointInTimeRecovery.Builder> pointInTimeRecovery)Specifies ifpointInTimeRecoveryis enabled or disabled for the table.default UpdateTableRequest.BuilderUpdateTableRequest.Builder. pointInTimeRecovery(Consumer<PointInTimeRecovery.Builder> pointInTimeRecovery)Modifies thepointInTimeRecoverysettings of the table.default RestoreTableRequest.BuilderRestoreTableRequest.Builder. pointInTimeRecoveryOverride(Consumer<PointInTimeRecovery.Builder> pointInTimeRecoveryOverride)Specifies thepointInTimeRecoverysettings for the target table.
-