public static interface ListEntityPersonasResponse.Builder extends KendraResponse.Builder, SdkPojo, CopyableBuilder<ListEntityPersonasResponse.Builder,ListEntityPersonasResponse>
| Modifier and Type | Method and Description |
|---|---|
ListEntityPersonasResponse.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.
|
ListEntityPersonasResponse.Builder |
summaryItems(Collection<PersonasSummary> summaryItems)
An array of summary information for one or more users or groups.
|
ListEntityPersonasResponse.Builder |
summaryItems(Consumer<PersonasSummary.Builder>... summaryItems)
An array of summary information for one or more users or groups.
|
ListEntityPersonasResponse.Builder |
summaryItems(PersonasSummary... summaryItems)
An array of summary information for one or more users or groups.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListEntityPersonasResponse.Builder summaryItems(Collection<PersonasSummary> 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.ListEntityPersonasResponse.Builder summaryItems(PersonasSummary... 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.ListEntityPersonasResponse.Builder summaryItems(Consumer<PersonasSummary.Builder>... summaryItems)
An array of summary information for one or more users or groups.
This is a convenience method that creates an instance of thePersonasSummary.Builder avoiding the need to create one
manually via PersonasSummary.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
PersonasSummary.Builder#summaryItems(java.util.Collection) ListEntityPersonasResponse.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.