Interface PointInTimeRecoveryDescription.Builder

    • Method Detail

      • pointInTimeRecoveryStatus

        PointInTimeRecoveryDescription.Builder pointInTimeRecoveryStatus​(String pointInTimeRecoveryStatus)

        The current state of point in time recovery:

        • ENABLED - Point in time recovery is enabled.

        • DISABLED - Point in time recovery is disabled.

        Parameters:
        pointInTimeRecoveryStatus - The current state of point in time recovery:

        • ENABLED - Point in time recovery is enabled.

        • DISABLED - Point in time recovery is disabled.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        PointInTimeRecoveryStatus, PointInTimeRecoveryStatus
      • pointInTimeRecoveryStatus

        PointInTimeRecoveryDescription.Builder pointInTimeRecoveryStatus​(PointInTimeRecoveryStatus pointInTimeRecoveryStatus)

        The current state of point in time recovery:

        • ENABLED - Point in time recovery is enabled.

        • DISABLED - Point in time recovery is disabled.

        Parameters:
        pointInTimeRecoveryStatus - The current state of point in time recovery:

        • ENABLED - Point in time recovery is enabled.

        • DISABLED - Point in time recovery is disabled.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        PointInTimeRecoveryStatus, PointInTimeRecoveryStatus
      • earliestRestorableDateTime

        PointInTimeRecoveryDescription.Builder earliestRestorableDateTime​(Instant earliestRestorableDateTime)

        Specifies the earliest point in time you can restore your table to. You can restore your table to any point in time during the last 35 days.

        Parameters:
        earliestRestorableDateTime - Specifies the earliest point in time you can restore your table to. You can restore your table to any point in time during the last 35 days.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • latestRestorableDateTime

        PointInTimeRecoveryDescription.Builder latestRestorableDateTime​(Instant latestRestorableDateTime)

        LatestRestorableDateTime is typically 5 minutes before the current time.

        Parameters:
        latestRestorableDateTime - LatestRestorableDateTime is typically 5 minutes before the current time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.