Interface ListEntityPersonasResponse.Builder

    • Method Detail

      • summaryItems

        ListEntityPersonasResponse.Builder summaryItems​(Collection<PersonasSummary> 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

        ListEntityPersonasResponse.Builder summaryItems​(PersonasSummary... 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

        ListEntityPersonasResponse.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.