Interface AssociatedClientDevice.Builder

    • Method Detail

      • thingName

        AssociatedClientDevice.Builder thingName​(String thingName)

        The name of the IoT thing that represents the associated client device.

        Parameters:
        thingName - The name of the IoT thing that represents the associated client device.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • associationTimestamp

        AssociatedClientDevice.Builder associationTimestamp​(Instant associationTimestamp)

        The time that the client device was associated, expressed in ISO 8601 format.

        Parameters:
        associationTimestamp - The time that the client device was associated, expressed in ISO 8601 format.
        Returns:
        Returns a reference to this object so that method calls can be chained together.