Interface CalculatedLifecycle.Builder

  • Method Details

    • moveToColdStorageAt

      CalculatedLifecycle.Builder moveToColdStorageAt(Instant moveToColdStorageAt)

      A timestamp that specifies when to transition a recovery point to cold storage.

      Parameters:
      moveToColdStorageAt - A timestamp that specifies when to transition a recovery point to cold storage.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • deleteAt

      A timestamp that specifies when to delete a recovery point.

      Parameters:
      deleteAt - A timestamp that specifies when to delete a recovery point.
      Returns:
      Returns a reference to this object so that method calls can be chained together.