Interface CreateThingResponse.Builder

    • Method Detail

      • thingName

        CreateThingResponse.Builder thingName​(String thingName)

        The name of the new thing.

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

        CreateThingResponse.Builder thingArn​(String thingArn)

        The ARN of the new thing.

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

        CreateThingResponse.Builder thingId​(String thingId)

        The thing ID.

        Parameters:
        thingId - The thing ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.