Interface ListExperiencesResponse.Builder

    • Method Detail

      • summaryItems

        ListExperiencesResponse.Builder summaryItems​(Collection<ExperiencesSummary> summaryItems)

        An array of summary information for one or more Amazon Kendra experiences.

        Parameters:
        summaryItems - An array of summary information for one or more Amazon Kendra experiences.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • summaryItems

        ListExperiencesResponse.Builder summaryItems​(ExperiencesSummary... summaryItems)

        An array of summary information for one or more Amazon Kendra experiences.

        Parameters:
        summaryItems - An array of summary information for one or more Amazon Kendra experiences.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListExperiencesResponse.Builder nextToken​(String nextToken)

        If the response is truncated, Amazon Kendra returns this token, which you can use in a later request to retrieve the next set of Amazon Kendra experiences.

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