Interface DeleteBackupResponse.Builder

    • Method Detail

      • backupId

        DeleteBackupResponse.Builder backupId​(String backupId)

        The ID of the backup that was deleted.

        Parameters:
        backupId - The ID of the backup that was deleted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lifecycle

        DeleteBackupResponse.Builder lifecycle​(String lifecycle)

        The lifecycle status of the backup. If the DeleteBackup operation is successful, the status is DELETED.

        Parameters:
        lifecycle - The lifecycle status of the backup. If the DeleteBackup operation is successful, the status is DELETED.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        BackupLifecycle, BackupLifecycle
      • lifecycle

        DeleteBackupResponse.Builder lifecycle​(BackupLifecycle lifecycle)

        The lifecycle status of the backup. If the DeleteBackup operation is successful, the status is DELETED.

        Parameters:
        lifecycle - The lifecycle status of the backup. If the DeleteBackup operation is successful, the status is DELETED.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        BackupLifecycle, BackupLifecycle