public static interface ListExperienceEntitiesResponse.Builder extends KendraResponse.Builder, SdkPojo, CopyableBuilder<ListExperienceEntitiesResponse.Builder,ListExperienceEntitiesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListExperienceEntitiesResponse.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.
|
ListExperienceEntitiesResponse.Builder |
summaryItems(Collection<ExperienceEntitiesSummary> summaryItems)
An array of summary information for one or more users or groups.
|
ListExperienceEntitiesResponse.Builder |
summaryItems(Consumer<ExperienceEntitiesSummary.Builder>... summaryItems)
An array of summary information for one or more users or groups.
|
ListExperienceEntitiesResponse.Builder |
summaryItems(ExperienceEntitiesSummary... summaryItems)
An array of summary information for one or more users or groups.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListExperienceEntitiesResponse.Builder summaryItems(Collection<ExperienceEntitiesSummary> summaryItems)
An array of summary information for one or more users or groups.
summaryItems - An array of summary information for one or more users or groups.ListExperienceEntitiesResponse.Builder summaryItems(ExperienceEntitiesSummary... summaryItems)
An array of summary information for one or more users or groups.
summaryItems - An array of summary information for one or more users or groups.ListExperienceEntitiesResponse.Builder summaryItems(Consumer<ExperienceEntitiesSummary.Builder>... summaryItems)
An array of summary information for one or more users or groups.
This is a convenience method that creates an instance of theExperienceEntitiesSummary.Builder avoiding the need to
create one manually via
ExperienceEntitiesSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #summaryItems(List.
summaryItems - a consumer that will call methods on
ExperienceEntitiesSummary.Builder#summaryItems(java.util.Collection) ListExperienceEntitiesResponse.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.
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.Copyright © 2023. All rights reserved.