public static interface ListThesauriResponse.Builder extends KendraResponse.Builder, SdkPojo, CopyableBuilder<ListThesauriResponse.Builder,ListThesauriResponse>
| Modifier and Type | Method and Description |
|---|---|
ListThesauriResponse.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 thesauri.
|
ListThesauriResponse.Builder |
thesaurusSummaryItems(Collection<ThesaurusSummary> thesaurusSummaryItems)
An array of summary information for one or more thesauruses.
|
ListThesauriResponse.Builder |
thesaurusSummaryItems(Consumer<ThesaurusSummary.Builder>... thesaurusSummaryItems)
An array of summary information for one or more thesauruses.
|
ListThesauriResponse.Builder |
thesaurusSummaryItems(ThesaurusSummary... thesaurusSummaryItems)
An array of summary information for one or more thesauruses.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListThesauriResponse.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 thesauri.
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 thesauri.ListThesauriResponse.Builder thesaurusSummaryItems(Collection<ThesaurusSummary> thesaurusSummaryItems)
An array of summary information for one or more thesauruses.
thesaurusSummaryItems - An array of summary information for one or more thesauruses.ListThesauriResponse.Builder thesaurusSummaryItems(ThesaurusSummary... thesaurusSummaryItems)
An array of summary information for one or more thesauruses.
thesaurusSummaryItems - An array of summary information for one or more thesauruses.ListThesauriResponse.Builder thesaurusSummaryItems(Consumer<ThesaurusSummary.Builder>... thesaurusSummaryItems)
An array of summary information for one or more thesauruses.
This is a convenience that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #thesaurusSummaryItems(List) .thesaurusSummaryItems - a consumer that will call methods on List.Builder #thesaurusSummaryItems(List) Copyright © 2021. All rights reserved.