Interface ListExperienceEntitiesResponse.Builder

    • Method Detail

      • summaryItems

        ListExperienceEntitiesResponse.Builder summaryItems​(Collection<ExperienceEntitiesSummary> summaryItems)

        An array of summary information for one or more users or groups.

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

        ListExperienceEntitiesResponse.Builder summaryItems​(ExperienceEntitiesSummary... summaryItems)

        An array of summary information for one or more users or groups.

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

        ListExperienceEntitiesResponse.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 users or groups.

        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 users or groups.
        Returns:
        Returns a reference to this object so that method calls can be chained together.