Interface PointInTimeRecoverySpecification.Builder

All Superinterfaces:
Buildable, CopyableBuilder<PointInTimeRecoverySpecification.Builder,PointInTimeRecoverySpecification>, SdkBuilder<PointInTimeRecoverySpecification.Builder,PointInTimeRecoverySpecification>, SdkPojo
Enclosing class:
PointInTimeRecoverySpecification

public static interface PointInTimeRecoverySpecification.Builder extends SdkPojo, CopyableBuilder<PointInTimeRecoverySpecification.Builder,PointInTimeRecoverySpecification>
  • Method Details

    • pointInTimeRecoveryEnabled

      PointInTimeRecoverySpecification.Builder pointInTimeRecoveryEnabled(Boolean pointInTimeRecoveryEnabled)

      Indicates whether point in time recovery is enabled (true) or disabled (false) on the table.

      Parameters:
      pointInTimeRecoveryEnabled - Indicates whether point in time recovery is enabled (true) or disabled (false) on the table.
      Returns:
      Returns a reference to this object so that method calls can be chained together.