public static interface ListGroupsOlderThanOrderingIdResponse.Builder extends KendraResponse.Builder, SdkPojo, CopyableBuilder<ListGroupsOlderThanOrderingIdResponse.Builder,ListGroupsOlderThanOrderingIdResponse>
| Modifier and Type | Method and Description |
|---|---|
ListGroupsOlderThanOrderingIdResponse.Builder |
groupsSummaries(Collection<GroupSummary> groupsSummaries)
Summary information for list of groups that are mapped to users before a given ordering or timestamp
identifier.
|
ListGroupsOlderThanOrderingIdResponse.Builder |
groupsSummaries(Consumer<GroupSummary.Builder>... groupsSummaries)
Summary information for list of groups that are mapped to users before a given ordering or timestamp
identifier.
|
ListGroupsOlderThanOrderingIdResponse.Builder |
groupsSummaries(GroupSummary... groupsSummaries)
Summary information for list of groups that are mapped to users before a given ordering or timestamp
identifier.
|
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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListGroupsOlderThanOrderingIdResponse.Builder groupsSummaries(Collection<GroupSummary> groupsSummaries)
Summary information for list of groups that are mapped to users before a given ordering or timestamp identifier.
groupsSummaries - Summary information for list of groups that are mapped to users before a given ordering or timestamp
identifier.ListGroupsOlderThanOrderingIdResponse.Builder groupsSummaries(GroupSummary... groupsSummaries)
Summary information for list of groups that are mapped to users before a given ordering or timestamp identifier.
groupsSummaries - Summary information for list of groups that are mapped to users before a given ordering or timestamp
identifier.ListGroupsOlderThanOrderingIdResponse.Builder groupsSummaries(Consumer<GroupSummary.Builder>... 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 theGroupSummary.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.
groupsSummaries - a consumer that will call methods on
GroupSummary.Builder#groupsSummaries(java.util.Collection) 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.
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.Copyright © 2023. All rights reserved.