Interface Thing.Builder

    • Method Detail

      • thingArn

        Thing.Builder thingArn​(String thingArn)

        The ARN of the thing.

        Parameters:
        thingArn - The ARN of the thing.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • thingName

        Thing.Builder thingName​(String thingName)

        The name of the thing.

        Parameters:
        thingName - The name of the thing.
        Returns:
        Returns a reference to this object so that method calls can be chained together.