Interface AwsBackupRecoveryPointCalculatedLifecycleDetails.Builder

  • Method Details

    • deleteAt

      Specifies the number of days after creation that a recovery point is deleted. Must be greater than 90 days plus MoveToColdStorageAfterDays.

      Parameters:
      deleteAt - Specifies the number of days after creation that a recovery point is deleted. Must be greater than 90 days plus MoveToColdStorageAfterDays.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • moveToColdStorageAt

      AwsBackupRecoveryPointCalculatedLifecycleDetails.Builder moveToColdStorageAt(String moveToColdStorageAt)

      Specifies the number of days after creation that a recovery point is moved to cold storage.

      Parameters:
      moveToColdStorageAt - Specifies the number of days after creation that a recovery point is moved to cold storage.
      Returns:
      Returns a reference to this object so that method calls can be chained together.