public static interface ListQuerySuggestionsBlockListsRequest.Builder extends KendraRequest.Builder, SdkPojo, CopyableBuilder<ListQuerySuggestionsBlockListsRequest.Builder,ListQuerySuggestionsBlockListsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListQuerySuggestionsBlockListsRequest.Builder |
indexId(String indexId)
The identifier of the index for a list of all block lists that exist for that index.
|
ListQuerySuggestionsBlockListsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of block lists to return.
|
ListQuerySuggestionsBlockListsRequest.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.
|
ListQuerySuggestionsBlockListsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListQuerySuggestionsBlockListsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListQuerySuggestionsBlockListsRequest.Builder indexId(String indexId)
The identifier of the index for a list of all block lists that exist for that index.
For information on the current quota limits for block lists, see Quotas for Amazon Kendra.
indexId - The identifier of the index for a list of all block lists that exist for that index.
For information on the current quota limits for block lists, see Quotas for Amazon Kendra.
ListQuerySuggestionsBlockListsRequest.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 block lists (
BlockListSummaryItems).
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 block lists (BlockListSummaryItems).ListQuerySuggestionsBlockListsRequest.Builder maxResults(Integer maxResults)
The maximum number of block lists to return.
maxResults - The maximum number of block lists to return.ListQuerySuggestionsBlockListsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListQuerySuggestionsBlockListsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.