Interface GetDeviceResponse.Builder

    • Method Detail

      • deviceArn

        GetDeviceResponse.Builder deviceArn​(String deviceArn)

        The ARN of the device.

        Parameters:
        deviceArn - The ARN of the device.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • deviceCapabilities

        GetDeviceResponse.Builder deviceCapabilities​(String deviceCapabilities)

        Details about the capabilities of the device.

        Parameters:
        deviceCapabilities - Details about the capabilities of the device.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • deviceName

        GetDeviceResponse.Builder deviceName​(String deviceName)

        The name of the device.

        Parameters:
        deviceName - The name of the device.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • deviceQueueInfo

        GetDeviceResponse.Builder deviceQueueInfo​(Collection<DeviceQueueInfo> deviceQueueInfo)

        List of information about tasks and jobs queued on a device.

        Parameters:
        deviceQueueInfo - List of information about tasks and jobs queued on a device.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • deviceQueueInfo

        GetDeviceResponse.Builder deviceQueueInfo​(DeviceQueueInfo... deviceQueueInfo)

        List of information about tasks and jobs queued on a device.

        Parameters:
        deviceQueueInfo - List of information about tasks and jobs queued on a device.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • deviceStatus

        GetDeviceResponse.Builder deviceStatus​(String deviceStatus)

        The status of the device.

        Parameters:
        deviceStatus - The status of the device.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DeviceStatus, DeviceStatus
      • deviceType

        GetDeviceResponse.Builder deviceType​(String deviceType)

        The type of the device.

        Parameters:
        deviceType - The type of the device.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DeviceType, DeviceType
      • providerName

        GetDeviceResponse.Builder providerName​(String providerName)

        The name of the partner company for the device.

        Parameters:
        providerName - The name of the partner company for the device.
        Returns:
        Returns a reference to this object so that method calls can be chained together.