public static interface AttributeSuggestionsDescribeConfig.Builder extends SdkPojo, CopyableBuilder<AttributeSuggestionsDescribeConfig.Builder,AttributeSuggestionsDescribeConfig>
| Modifier and Type | Method and Description |
|---|---|
AttributeSuggestionsDescribeConfig.Builder |
attributeSuggestionsMode(AttributeSuggestionsMode attributeSuggestionsMode)
The mode is set to either
ACTIVE or INACTIVE. |
AttributeSuggestionsDescribeConfig.Builder |
attributeSuggestionsMode(String attributeSuggestionsMode)
The mode is set to either
ACTIVE or INACTIVE. |
AttributeSuggestionsDescribeConfig.Builder |
suggestableConfigList(Collection<SuggestableConfig> suggestableConfigList)
The list of fields/attributes that you want to set as suggestible for query suggestions.
|
AttributeSuggestionsDescribeConfig.Builder |
suggestableConfigList(Consumer<SuggestableConfig.Builder>... suggestableConfigList)
The list of fields/attributes that you want to set as suggestible for query suggestions.
|
AttributeSuggestionsDescribeConfig.Builder |
suggestableConfigList(SuggestableConfig... suggestableConfigList)
The list of fields/attributes that you want to set as suggestible for query suggestions.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAttributeSuggestionsDescribeConfig.Builder suggestableConfigList(Collection<SuggestableConfig> suggestableConfigList)
The list of fields/attributes that you want to set as suggestible for query suggestions.
suggestableConfigList - The list of fields/attributes that you want to set as suggestible for query suggestions.AttributeSuggestionsDescribeConfig.Builder suggestableConfigList(SuggestableConfig... suggestableConfigList)
The list of fields/attributes that you want to set as suggestible for query suggestions.
suggestableConfigList - The list of fields/attributes that you want to set as suggestible for query suggestions.AttributeSuggestionsDescribeConfig.Builder suggestableConfigList(Consumer<SuggestableConfig.Builder>... suggestableConfigList)
The list of fields/attributes that you want to set as suggestible for query suggestions.
This is a convenience method that creates an instance of theSuggestableConfig.Builder avoiding the need to create
one manually via SuggestableConfig.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #suggestableConfigList(List.
suggestableConfigList - a consumer that will call methods on
SuggestableConfig.Builder#suggestableConfigList(java.util.Collection) AttributeSuggestionsDescribeConfig.Builder attributeSuggestionsMode(String attributeSuggestionsMode)
The mode is set to either ACTIVE or INACTIVE. If the Mode for query
history is set to ENABLED when calling UpdateQuerySuggestionsConfig and AttributeSuggestionsMode to use fields/attributes is set
to ACTIVE, and you haven't set your SuggestionTypes preference to
DOCUMENT_ATTRIBUTES, then Amazon Kendra uses the query history.
attributeSuggestionsMode - The mode is set to either ACTIVE or INACTIVE. If the Mode for
query history is set to ENABLED when calling UpdateQuerySuggestionsConfig and AttributeSuggestionsMode to use fields/attributes
is set to ACTIVE, and you haven't set your SuggestionTypes preference to
DOCUMENT_ATTRIBUTES, then Amazon Kendra uses the query history.AttributeSuggestionsMode,
AttributeSuggestionsModeAttributeSuggestionsDescribeConfig.Builder attributeSuggestionsMode(AttributeSuggestionsMode attributeSuggestionsMode)
The mode is set to either ACTIVE or INACTIVE. If the Mode for query
history is set to ENABLED when calling UpdateQuerySuggestionsConfig and AttributeSuggestionsMode to use fields/attributes is set
to ACTIVE, and you haven't set your SuggestionTypes preference to
DOCUMENT_ATTRIBUTES, then Amazon Kendra uses the query history.
attributeSuggestionsMode - The mode is set to either ACTIVE or INACTIVE. If the Mode for
query history is set to ENABLED when calling UpdateQuerySuggestionsConfig and AttributeSuggestionsMode to use fields/attributes
is set to ACTIVE, and you haven't set your SuggestionTypes preference to
DOCUMENT_ATTRIBUTES, then Amazon Kendra uses the query history.AttributeSuggestionsMode,
AttributeSuggestionsModeCopyright © 2023. All rights reserved.