Uses of Interface
software.amazon.awssdk.services.dynamodb.model.PointInTimeRecoverySpecification.Builder
-
Packages that use PointInTimeRecoverySpecification.Builder Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of PointInTimeRecoverySpecification.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return PointInTimeRecoverySpecification.Builder Modifier and Type Method Description static PointInTimeRecoverySpecification.BuilderPointInTimeRecoverySpecification. builder()PointInTimeRecoverySpecification.BuilderPointInTimeRecoverySpecification.Builder. pointInTimeRecoveryEnabled(Boolean pointInTimeRecoveryEnabled)Indicates whether point in time recovery is enabled (true) or disabled (false) on the table.PointInTimeRecoverySpecification.BuilderPointInTimeRecoverySpecification.Builder. recoveryPeriodInDays(Integer recoveryPeriodInDays)The number of preceding days for which continuous backups are taken and maintained.PointInTimeRecoverySpecification.BuilderPointInTimeRecoverySpecification. toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type PointInTimeRecoverySpecification.Builder Modifier and Type Method Description static Class<? extends PointInTimeRecoverySpecification.Builder>PointInTimeRecoverySpecification. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type PointInTimeRecoverySpecification.Builder Modifier and Type Method Description default UpdateContinuousBackupsRequest.BuilderUpdateContinuousBackupsRequest.Builder. pointInTimeRecoverySpecification(Consumer<PointInTimeRecoverySpecification.Builder> pointInTimeRecoverySpecification)Represents the settings used to enable point in time recovery.
-