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.