Interface PointInTimeRecoverySummary.Builder

  • 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.