Interface ListGroupsOlderThanOrderingIdResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<ListGroupsOlderThanOrderingIdResponse.Builder,ListGroupsOlderThanOrderingIdResponse>, KendraResponse.Builder, SdkBuilder<ListGroupsOlderThanOrderingIdResponse.Builder,ListGroupsOlderThanOrderingIdResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
ListGroupsOlderThanOrderingIdResponse

public static interface ListGroupsOlderThanOrderingIdResponse.Builder extends KendraResponse.Builder, SdkPojo, CopyableBuilder<ListGroupsOlderThanOrderingIdResponse.Builder,ListGroupsOlderThanOrderingIdResponse>
  • Method Details

    • 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.
    • groupsSummaries

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

      This is a convenience method that creates an instance of the GroupSummary.Builder avoiding the need to create one manually via GroupSummary.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to groupsSummaries(List<GroupSummary>).

      Parameters:
      groupsSummaries - a consumer that will call methods on GroupSummary.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.