Interface PointInTimeRecoverySummary.Builder

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

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

    • status

      Shows if point-in-time recovery is enabled or disabled for the specified table.

      Parameters:
      status - Shows if point-in-time recovery is enabled or disabled for the specified table.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      Shows if point-in-time recovery is enabled or disabled for the specified table.

      Parameters:
      status - Shows if point-in-time recovery is enabled or disabled for the specified table.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • earliestRestorableTimestamp

      PointInTimeRecoverySummary.Builder earliestRestorableTimestamp(Instant earliestRestorableTimestamp)

      Specifies the earliest possible restore point of the table in ISO 8601 format.

      Parameters:
      earliestRestorableTimestamp - Specifies the earliest possible restore point of the table in ISO 8601 format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.