Uses of Interface
software.amazon.awssdk.services.kendra.model.SuggestionValue.Builder
-
Packages that use SuggestionValue.Builder Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of SuggestionValue.Builder in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return SuggestionValue.Builder Modifier and Type Method Description static SuggestionValue.BuilderSuggestionValue. builder()default SuggestionValue.BuilderSuggestionValue.Builder. text(Consumer<SuggestionTextWithHighlights.Builder> text)TheSuggestionTextWithHighlightsstructure that contains the query suggestion text and highlights.SuggestionValue.BuilderSuggestionValue.Builder. text(SuggestionTextWithHighlights text)TheSuggestionTextWithHighlightsstructure that contains the query suggestion text and highlights.SuggestionValue.BuilderSuggestionValue. toBuilder()Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type SuggestionValue.Builder Modifier and Type Method Description static Class<? extends SuggestionValue.Builder>SuggestionValue. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.kendra.model with type arguments of type SuggestionValue.Builder Modifier and Type Method Description default Suggestion.BuilderSuggestion.Builder. value(Consumer<SuggestionValue.Builder> value)The value for the UUID (universally unique identifier) of a single query suggestion.
-