Interface ListThesauriResponse.Builder

    • Method Detail

      • nextToken

        ListThesauriResponse.Builder nextToken​(String nextToken)

        If the response is truncated, Amazon Kendra returns this token that you can use in the subsequent request to retrieve the next set of thesauri.

        Parameters:
        nextToken - If the response is truncated, Amazon Kendra returns this token that you can use in the subsequent request to retrieve the next set of thesauri.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • thesaurusSummaryItems

        ListThesauriResponse.Builder thesaurusSummaryItems​(Collection<ThesaurusSummary> thesaurusSummaryItems)

        An array of summary information for a thesaurus or multiple thesauri.

        Parameters:
        thesaurusSummaryItems - An array of summary information for a thesaurus or multiple thesauri.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • thesaurusSummaryItems

        ListThesauriResponse.Builder thesaurusSummaryItems​(ThesaurusSummary... thesaurusSummaryItems)

        An array of summary information for a thesaurus or multiple thesauri.

        Parameters:
        thesaurusSummaryItems - An array of summary information for a thesaurus or multiple thesauri.
        Returns:
        Returns a reference to this object so that method calls can be chained together.