public static interface ListThesauriRequest.Builder extends KendraRequest.Builder, SdkPojo, CopyableBuilder<ListThesauriRequest.Builder,ListThesauriRequest>
| Modifier and Type | Method and Description |
|---|---|
ListThesauriRequest.Builder |
indexId(String indexId)
The identifier of the index with one or more thesauri.
|
ListThesauriRequest.Builder |
maxResults(Integer maxResults)
The maximum number of thesauri to return.
|
ListThesauriRequest.Builder |
nextToken(String nextToken)
If the previous response was incomplete (because there is more data to retrieve), Amazon Kendra returns a
pagination token in the response.
|
ListThesauriRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListThesauriRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListThesauriRequest.Builder indexId(String indexId)
The identifier of the index with one or more thesauri.
indexId - The identifier of the index with one or more thesauri.ListThesauriRequest.Builder nextToken(String nextToken)
If the previous response was incomplete (because there is more data to retrieve), Amazon Kendra returns a
pagination token in the response. You can use this pagination token to retrieve the next set of thesauri (
ThesaurusSummaryItems).
nextToken - If the previous response was incomplete (because there is more data to retrieve), Amazon Kendra
returns a pagination token in the response. You can use this pagination token to retrieve the next set
of thesauri (ThesaurusSummaryItems).ListThesauriRequest.Builder maxResults(Integer maxResults)
The maximum number of thesauri to return.
maxResults - The maximum number of thesauri to return.ListThesauriRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListThesauriRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.