Interface CalculatedLifecycle.Builder

    • Method Detail

      • 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

        CalculatedLifecycle.Builder deleteAt​(Instant 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.