Interface CalculatedLifecycle.Builder

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

public static interface CalculatedLifecycle.Builder extends SdkPojo, CopyableBuilder<CalculatedLifecycle.Builder,CalculatedLifecycle>
  • 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.