Interface DeviceSummary.Builder

  • Method Details

    • associatedWithJob

      DeviceSummary.Builder associatedWithJob(String associatedWithJob)

      The ID of the job used to order the device.

      Parameters:
      associatedWithJob - The ID of the job used to order the device.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • managedDeviceArn

      DeviceSummary.Builder managedDeviceArn(String managedDeviceArn)

      The Amazon Resource Name (ARN) of the device.

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

      DeviceSummary.Builder managedDeviceId(String managedDeviceId)

      The ID of the device.

      Parameters:
      managedDeviceId - The ID of the device.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      Optional metadata that you assign to a resource. You can use tags to categorize a resource in different ways, such as by purpose, owner, or environment.

      Parameters:
      tags - Optional metadata that you assign to a resource. You can use tags to categorize a resource in different ways, such as by purpose, owner, or environment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.