Interface DeviceSummary.Builder

    • Method Detail

      • deviceArn

        DeviceSummary.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.
      • deviceName

        DeviceSummary.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.
      • deviceStatus

        DeviceSummary.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
      • deviceStatus

        DeviceSummary.Builder deviceStatus​(DeviceStatus 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

        DeviceSummary.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
      • deviceType

        DeviceSummary.Builder deviceType​(DeviceType 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

        DeviceSummary.Builder providerName​(String providerName)

        The provider of the device.

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