Interface DeviceInstance.Builder

    • Method Detail

      • arn

        DeviceInstance.Builder arn​(String arn)

        The Amazon Resource Name (ARN) of the device instance.

        Parameters:
        arn - The Amazon Resource Name (ARN) of the device instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • deviceArn

        DeviceInstance.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.
      • labels

        DeviceInstance.Builder labels​(Collection<String> labels)

        An array of strings that describe the device instance.

        Parameters:
        labels - An array of strings that describe the device instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • labels

        DeviceInstance.Builder labels​(String... labels)

        An array of strings that describe the device instance.

        Parameters:
        labels - An array of strings that describe the device instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        DeviceInstance.Builder status​(String status)

        The status of the device instance. Valid values are listed here.

        Parameters:
        status - The status of the device instance. Valid values are listed here.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        InstanceStatus, InstanceStatus
      • status

        DeviceInstance.Builder status​(InstanceStatus status)

        The status of the device instance. Valid values are listed here.

        Parameters:
        status - The status of the device instance. Valid values are listed here.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        InstanceStatus, InstanceStatus
      • udid

        DeviceInstance.Builder udid​(String udid)

        Unique device identifier for the device instance.

        Parameters:
        udid - Unique device identifier for the device instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • instanceProfile

        DeviceInstance.Builder instanceProfile​(InstanceProfile instanceProfile)

        A object that contains information about the instance profile.

        Parameters:
        instanceProfile - A object that contains information about the instance profile.
        Returns:
        Returns a reference to this object so that method calls can be chained together.