Interface CreateThingTypeResponse.Builder

    • Method Detail

      • thingTypeName

        CreateThingTypeResponse.Builder thingTypeName​(String thingTypeName)

        The name of the thing type.

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

        CreateThingTypeResponse.Builder thingTypeArn​(String thingTypeArn)

        The Amazon Resource Name (ARN) of the thing type.

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

        CreateThingTypeResponse.Builder thingTypeId​(String thingTypeId)

        The thing type ID.

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