Interface VTLDevice.Builder

    • Method Detail

      • vtlDeviceARN

        VTLDevice.Builder vtlDeviceARN​(String vtlDeviceARN)

        Specifies the unique Amazon Resource Name (ARN) of the device (tape drive or media changer).

        Parameters:
        vtlDeviceARN - Specifies the unique Amazon Resource Name (ARN) of the device (tape drive or media changer).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • vtlDeviceType

        VTLDevice.Builder vtlDeviceType​(String vtlDeviceType)

        Specifies the type of device that the VTL device emulates.

        Parameters:
        vtlDeviceType - Specifies the type of device that the VTL device emulates.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • vtlDeviceVendor

        VTLDevice.Builder vtlDeviceVendor​(String vtlDeviceVendor)

        Specifies the vendor of the device that the VTL device object emulates.

        Parameters:
        vtlDeviceVendor - Specifies the vendor of the device that the VTL device object emulates.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • vtlDeviceProductIdentifier

        VTLDevice.Builder vtlDeviceProductIdentifier​(String vtlDeviceProductIdentifier)

        Specifies the model number of device that the VTL device emulates.

        Parameters:
        vtlDeviceProductIdentifier - Specifies the model number of device that the VTL device emulates.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • deviceiSCSIAttributes

        VTLDevice.Builder deviceiSCSIAttributes​(DeviceiSCSIAttributes deviceiSCSIAttributes)

        A list of iSCSI information about a VTL device.

        Parameters:
        deviceiSCSIAttributes - A list of iSCSI information about a VTL device.
        Returns:
        Returns a reference to this object so that method calls can be chained together.