Interface DescribeThingTypeResponse.Builder

    • Method Detail

      • thingTypeName

        DescribeThingTypeResponse.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.
      • thingTypeId

        DescribeThingTypeResponse.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.
      • thingTypeArn

        DescribeThingTypeResponse.Builder thingTypeArn​(String thingTypeArn)

        The thing type ARN.

        Parameters:
        thingTypeArn - The thing type ARN.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • thingTypeProperties

        DescribeThingTypeResponse.Builder thingTypeProperties​(ThingTypeProperties thingTypeProperties)

        The ThingTypeProperties contains information about the thing type including description, and a list of searchable thing attribute names.

        Parameters:
        thingTypeProperties - The ThingTypeProperties contains information about the thing type including description, and a list of searchable thing attribute names.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • thingTypeMetadata

        DescribeThingTypeResponse.Builder thingTypeMetadata​(ThingTypeMetadata thingTypeMetadata)

        The ThingTypeMetadata contains additional information about the thing type including: creation date and time, a value indicating whether the thing type is deprecated, and a date and time when it was deprecated.

        Parameters:
        thingTypeMetadata - The ThingTypeMetadata contains additional information about the thing type including: creation date and time, a value indicating whether the thing type is deprecated, and a date and time when it was deprecated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.