Interface SearchIndexResponse.Builder

    • Method Detail

      • nextToken

        SearchIndexResponse.Builder nextToken​(String nextToken)

        The token used to get the next set of results, or null if there are no additional results.

        Parameters:
        nextToken - The token used to get the next set of results, or null if there are no additional results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • things

        SearchIndexResponse.Builder things​(Collection<ThingDocument> things)

        The things that match the search query.

        Parameters:
        things - The things that match the search query.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • things

        SearchIndexResponse.Builder things​(ThingDocument... things)

        The things that match the search query.

        Parameters:
        things - The things that match the search query.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • thingGroups

        SearchIndexResponse.Builder thingGroups​(Collection<ThingGroupDocument> thingGroups)

        The thing groups that match the search query.

        Parameters:
        thingGroups - The thing groups that match the search query.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • thingGroups

        SearchIndexResponse.Builder thingGroups​(ThingGroupDocument... thingGroups)

        The thing groups that match the search query.

        Parameters:
        thingGroups - The thing groups that match the search query.
        Returns:
        Returns a reference to this object so that method calls can be chained together.