public static interface PointInTimeRecoverySpecification.Builder extends SdkPojo, CopyableBuilder<PointInTimeRecoverySpecification.Builder,PointInTimeRecoverySpecification>
Modifier and Type | Method and Description |
---|---|
PointInTimeRecoverySpecification.Builder |
pointInTimeRecoveryEnabled(Boolean pointInTimeRecoveryEnabled)
Indicates whether point in time recovery is enabled (true) or disabled (false) on the table.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
PointInTimeRecoverySpecification.Builder pointInTimeRecoveryEnabled(Boolean pointInTimeRecoveryEnabled)
Indicates whether point in time recovery is enabled (true) or disabled (false) on the table.
pointInTimeRecoveryEnabled
- Indicates whether point in time recovery is enabled (true) or disabled (false) on the table.Copyright © 2020. All rights reserved.