Interface DeleteTapeRequest.Builder

    • Method Detail

      • gatewayARN

        DeleteTapeRequest.Builder gatewayARN​(String gatewayARN)

        The unique Amazon Resource Name (ARN) of the gateway that the virtual tape to delete is associated with. Use the ListGateways operation to return a list of gateways for your account and Amazon Web Services Region.

        Parameters:
        gatewayARN - The unique Amazon Resource Name (ARN) of the gateway that the virtual tape to delete is associated with. Use the ListGateways operation to return a list of gateways for your account and Amazon Web Services Region.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tapeARN

        DeleteTapeRequest.Builder tapeARN​(String tapeARN)

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

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

        DeleteTapeRequest.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.