public static interface CfnTable.PointInTimeRecoverySpecificationProperty
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.dynamodb.*; PointInTimeRecoverySpecificationProperty pointInTimeRecoverySpecificationProperty = PointInTimeRecoverySpecificationProperty.builder() .pointInTimeRecoveryEnabled(false) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnTable.PointInTimeRecoverySpecificationProperty.Builder
A builder for
CfnTable.PointInTimeRecoverySpecificationProperty |
static class |
CfnTable.PointInTimeRecoverySpecificationProperty.Jsii$Proxy
An implementation for
CfnTable.PointInTimeRecoverySpecificationProperty |
Modifier and Type | Method and Description |
---|---|
static CfnTable.PointInTimeRecoverySpecificationProperty.Builder |
builder() |
default java.lang.Object |
getPointInTimeRecoveryEnabled()
Indicates whether point in time recovery is enabled (true) or disabled (false) on the table.
|
default java.lang.Object getPointInTimeRecoveryEnabled()
static CfnTable.PointInTimeRecoverySpecificationProperty.Builder builder()