Uses of Interface
software.amazon.awssdk.services.kendra.model.SuggestionTextWithHighlights.Builder
-
Packages that use SuggestionTextWithHighlights.Builder Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of SuggestionTextWithHighlights.Builder in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return SuggestionTextWithHighlights.Builder Modifier and Type Method Description static SuggestionTextWithHighlights.BuilderSuggestionTextWithHighlights. builder()SuggestionTextWithHighlights.BuilderSuggestionTextWithHighlights.Builder. highlights(Collection<SuggestionHighlight> highlights)The beginning and end of the query suggestion text that should be highlighted.SuggestionTextWithHighlights.BuilderSuggestionTextWithHighlights.Builder. highlights(Consumer<SuggestionHighlight.Builder>... highlights)The beginning and end of the query suggestion text that should be highlighted.SuggestionTextWithHighlights.BuilderSuggestionTextWithHighlights.Builder. highlights(SuggestionHighlight... highlights)The beginning and end of the query suggestion text that should be highlighted.SuggestionTextWithHighlights.BuilderSuggestionTextWithHighlights.Builder. text(String text)The query suggestion text to display to the user.SuggestionTextWithHighlights.BuilderSuggestionTextWithHighlights. toBuilder()Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type SuggestionTextWithHighlights.Builder Modifier and Type Method Description static Class<? extends SuggestionTextWithHighlights.Builder>SuggestionTextWithHighlights. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.kendra.model with type arguments of type SuggestionTextWithHighlights.Builder Modifier and Type Method Description default SuggestionValue.BuilderSuggestionValue.Builder. text(Consumer<SuggestionTextWithHighlights.Builder> text)TheSuggestionTextWithHighlightsstructure that contains the query suggestion text and highlights.
-