Interface ListGroupsOlderThanOrderingIdResponse.Builder

    • Method Detail

      • groupsSummaries

        ListGroupsOlderThanOrderingIdResponse.Builder groupsSummaries​(Collection<GroupSummary> groupsSummaries)

        Summary information for list of groups that are mapped to users before a given ordering or timestamp identifier.

        Parameters:
        groupsSummaries - Summary information for list of groups that are mapped to users before a given ordering or timestamp identifier.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • groupsSummaries

        ListGroupsOlderThanOrderingIdResponse.Builder groupsSummaries​(GroupSummary... groupsSummaries)

        Summary information for list of groups that are mapped to users before a given ordering or timestamp identifier.

        Parameters:
        groupsSummaries - Summary information for list of groups that are mapped to users before a given ordering or timestamp identifier.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListGroupsOlderThanOrderingIdResponse.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 groups that are mapped to users before a given ordering or timestamp identifier.

        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 groups that are mapped to users before a given ordering or timestamp identifier.
        Returns:
        Returns a reference to this object so that method calls can be chained together.