Uses of Interface
software.amazon.awssdk.services.cloudsearchdomain.model.SuggestionMatch.Builder
-
Packages that use SuggestionMatch.Builder Package Description software.amazon.awssdk.services.cloudsearchdomain.model -
-
Uses of SuggestionMatch.Builder in software.amazon.awssdk.services.cloudsearchdomain.model
Methods in software.amazon.awssdk.services.cloudsearchdomain.model that return SuggestionMatch.Builder Modifier and Type Method Description static SuggestionMatch.BuilderSuggestionMatch. builder()SuggestionMatch.BuilderSuggestionMatch.Builder. id(String id)The document ID of the suggested document.SuggestionMatch.BuilderSuggestionMatch.Builder. score(Long score)The relevance score of a suggested match.SuggestionMatch.BuilderSuggestionMatch.Builder. suggestion(String suggestion)The string that matches the query string specified in theSuggestRequest.SuggestionMatch.BuilderSuggestionMatch. toBuilder()Methods in software.amazon.awssdk.services.cloudsearchdomain.model that return types with arguments of type SuggestionMatch.Builder Modifier and Type Method Description static Class<? extends SuggestionMatch.Builder>SuggestionMatch. serializableBuilderClass()
-