Uses of Interface
software.amazon.awssdk.services.cloudsearch.model.Suggester.Builder
-
Packages that use Suggester.Builder Package Description software.amazon.awssdk.services.cloudsearch.model -
-
Uses of Suggester.Builder in software.amazon.awssdk.services.cloudsearch.model
Methods in software.amazon.awssdk.services.cloudsearch.model that return Suggester.Builder Modifier and Type Method Description static Suggester.BuilderSuggester. builder()default Suggester.BuilderSuggester.Builder. documentSuggesterOptions(Consumer<DocumentSuggesterOptions.Builder> documentSuggesterOptions)Sets the value of the DocumentSuggesterOptions property for this object.Suggester.BuilderSuggester.Builder. documentSuggesterOptions(DocumentSuggesterOptions documentSuggesterOptions)Sets the value of the DocumentSuggesterOptions property for this object.Suggester.BuilderSuggester.Builder. suggesterName(String suggesterName)Sets the value of the SuggesterName property for this object.Suggester.BuilderSuggester. toBuilder()Methods in software.amazon.awssdk.services.cloudsearch.model that return types with arguments of type Suggester.Builder Modifier and Type Method Description static Class<? extends Suggester.Builder>Suggester. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudsearch.model with type arguments of type Suggester.Builder Modifier and Type Method Description default SuggesterStatus.BuilderSuggesterStatus.Builder. options(Consumer<Suggester.Builder> options)Sets the value of the Options property for this object.default DefineSuggesterRequest.BuilderDefineSuggesterRequest.Builder. suggester(Consumer<Suggester.Builder> suggester)Sets the value of the Suggester property for this object.
-