Interface DeleteTapeArchiveRequest.Builder

    • Method Detail

      • tapeARN

        DeleteTapeArchiveRequest.Builder tapeARN​(String tapeARN)

        The Amazon Resource Name (ARN) of the virtual tape to delete from the virtual tape shelf (VTS).

        Parameters:
        tapeARN - The Amazon Resource Name (ARN) of the virtual tape to delete from the virtual tape shelf (VTS).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • bypassGovernanceRetention

        DeleteTapeArchiveRequest.Builder bypassGovernanceRetention​(Boolean bypassGovernanceRetention)

        Set to TRUE to delete an archived tape that belongs to a custom pool with tape retention lock. Only archived tapes with tape retention lock set to governance can be deleted. Archived tapes with tape retention lock set to compliance can't be deleted.

        Parameters:
        bypassGovernanceRetention - Set to TRUE to delete an archived tape that belongs to a custom pool with tape retention lock. Only archived tapes with tape retention lock set to governance can be deleted. Archived tapes with tape retention lock set to compliance can't be deleted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.