public static interface ListQuerySuggestionsBlockListsResponse.Builder extends KendraResponse.Builder, SdkPojo, CopyableBuilder<ListQuerySuggestionsBlockListsResponse.Builder,ListQuerySuggestionsBlockListsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListQuerySuggestionsBlockListsResponse.Builder |
blockListSummaryItems(Collection<QuerySuggestionsBlockListSummary> blockListSummaryItems)
Summary items for a block list.
|
ListQuerySuggestionsBlockListsResponse.Builder |
blockListSummaryItems(Consumer<QuerySuggestionsBlockListSummary.Builder>... blockListSummaryItems)
Summary items for a block list.
|
ListQuerySuggestionsBlockListsResponse.Builder |
blockListSummaryItems(QuerySuggestionsBlockListSummary... blockListSummaryItems)
Summary items for a block list.
|
ListQuerySuggestionsBlockListsResponse.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 block lists.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListQuerySuggestionsBlockListsResponse.Builder blockListSummaryItems(Collection<QuerySuggestionsBlockListSummary> blockListSummaryItems)
Summary items for a block list.
This includes summary items on the block list ID, block list name, when the block list was created, when the block list was last updated, and the count of block words/phrases in the block list.
For information on the current quota limits for block lists, see Quotas for Amazon Kendra.
blockListSummaryItems - Summary items for a block list.
This includes summary items on the block list ID, block list name, when the block list was created, when the block list was last updated, and the count of block words/phrases in the block list.
For information on the current quota limits for block lists, see Quotas for Amazon Kendra.
ListQuerySuggestionsBlockListsResponse.Builder blockListSummaryItems(QuerySuggestionsBlockListSummary... blockListSummaryItems)
Summary items for a block list.
This includes summary items on the block list ID, block list name, when the block list was created, when the block list was last updated, and the count of block words/phrases in the block list.
For information on the current quota limits for block lists, see Quotas for Amazon Kendra.
blockListSummaryItems - Summary items for a block list.
This includes summary items on the block list ID, block list name, when the block list was created, when the block list was last updated, and the count of block words/phrases in the block list.
For information on the current quota limits for block lists, see Quotas for Amazon Kendra.
ListQuerySuggestionsBlockListsResponse.Builder blockListSummaryItems(Consumer<QuerySuggestionsBlockListSummary.Builder>... blockListSummaryItems)
Summary items for a block list.
This includes summary items on the block list ID, block list name, when the block list was created, when the block list was last updated, and the count of block words/phrases in the block list.
For information on the current quota limits for block lists, see Quotas for Amazon Kendra.
This is a convenience method that creates an instance of theQuerySuggestionsBlockListSummary.Builder avoiding the
need to create one manually via
QuerySuggestionsBlockListSummary.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #blockListSummaryItems(List.
blockListSummaryItems - a consumer that will call methods on
QuerySuggestionsBlockListSummary.Builder#blockListSummaryItems(java.util.Collection) ListQuerySuggestionsBlockListsResponse.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 block lists.
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 block lists.Copyright © 2023. All rights reserved.