Interface AwsBackupBackupPlanLifecycleDetails.Builder

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

public static interface AwsBackupBackupPlanLifecycleDetails.Builder extends SdkPojo, CopyableBuilder<AwsBackupBackupPlanLifecycleDetails.Builder,AwsBackupBackupPlanLifecycleDetails>
  • Method Details

    • deleteAfterDays

      AwsBackupBackupPlanLifecycleDetails.Builder deleteAfterDays(Long deleteAfterDays)

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

      Parameters:
      deleteAfterDays - 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.
    • moveToColdStorageAfterDays

      AwsBackupBackupPlanLifecycleDetails.Builder moveToColdStorageAfterDays(Long moveToColdStorageAfterDays)

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

      Parameters:
      moveToColdStorageAfterDays - 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.