Interface ListGroupsResponse.Builder

    • Method Detail

      • nextToken

        ListGroupsResponse.Builder nextToken​(String nextToken)

        If the response is truncated, Amazon Q Business returns this token that you can use in the subsequent request to retrieve the next set of groups that are mapped to users.

        Parameters:
        nextToken - If the response is truncated, Amazon Q Business returns this token that you can use in the subsequent request to retrieve the next set of groups that are mapped to users.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • items

        ListGroupsResponse.Builder items​(Collection<GroupSummary> items)

        Summary information for list of groups that are mapped to users.

        Parameters:
        items - Summary information for list of groups that are mapped to users.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • items

        ListGroupsResponse.Builder items​(GroupSummary... items)

        Summary information for list of groups that are mapped to users.

        Parameters:
        items - Summary information for list of groups that are mapped to users.
        Returns:
        Returns a reference to this object so that method calls can be chained together.