Interface DeviceSummary.Builder

  • Method Details

    • deviceName

      DeviceSummary.Builder deviceName(String deviceName)

      The unique identifier of the device.

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

      DeviceSummary.Builder deviceArn(String deviceArn)

      Amazon Resource Name (ARN) of the device.

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

      DeviceSummary.Builder description(String description)

      A description of the device.

      Parameters:
      description - A description of the device.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • deviceFleetName

      DeviceSummary.Builder deviceFleetName(String deviceFleetName)

      The name of the fleet the device belongs to.

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

      DeviceSummary.Builder iotThingName(String iotThingName)

      The Amazon Web Services Internet of Things (IoT) object thing name associated with the device..

      Parameters:
      iotThingName - The Amazon Web Services Internet of Things (IoT) object thing name associated with the device..
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • registrationTime

      DeviceSummary.Builder registrationTime(Instant registrationTime)

      The timestamp of the last registration or de-reregistration.

      Parameters:
      registrationTime - The timestamp of the last registration or de-reregistration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • latestHeartbeat

      DeviceSummary.Builder latestHeartbeat(Instant latestHeartbeat)

      The last heartbeat received from the device.

      Parameters:
      latestHeartbeat - The last heartbeat received from the device.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • models

      Models on the device.

      Parameters:
      models - Models on the device.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • models

      Models on the device.

      Parameters:
      models - Models on the device.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • models

      Models on the device.

      This is a convenience method that creates an instance of the EdgeModelSummary.Builder avoiding the need to create one manually via EdgeModelSummary.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to models(List<EdgeModelSummary>).

      Parameters:
      models - a consumer that will call methods on EdgeModelSummary.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • agentVersion

      DeviceSummary.Builder agentVersion(String agentVersion)

      Edge Manager agent version.

      Parameters:
      agentVersion - Edge Manager agent version.
      Returns:
      Returns a reference to this object so that method calls can be chained together.