Interface ThingTypeProperties.Builder

    • Method Detail

      • thingTypeDescription

        ThingTypeProperties.Builder thingTypeDescription​(String thingTypeDescription)

        The description of the thing type.

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

        ThingTypeProperties.Builder searchableAttributes​(Collection<String> searchableAttributes)

        A list of searchable thing attribute names.

        Parameters:
        searchableAttributes - A list of searchable thing attribute names.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • searchableAttributes

        ThingTypeProperties.Builder searchableAttributes​(String... searchableAttributes)

        A list of searchable thing attribute names.

        Parameters:
        searchableAttributes - A list of searchable thing attribute names.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • mqtt5Configuration

        ThingTypeProperties.Builder mqtt5Configuration​(Mqtt5Configuration mqtt5Configuration)

        The configuration to add user-defined properties to enrich MQTT 5 messages.

        Parameters:
        mqtt5Configuration - The configuration to add user-defined properties to enrich MQTT 5 messages.
        Returns:
        Returns a reference to this object so that method calls can be chained together.