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