Interface AwsBackupRecoveryPointCalculatedLifecycleDetails.Builder

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

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