Uses of Interface
software.amazon.awssdk.services.kendra.model.SpellCorrectionConfiguration.Builder
-
Packages that use SpellCorrectionConfiguration.Builder Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of SpellCorrectionConfiguration.Builder in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return SpellCorrectionConfiguration.Builder Modifier and Type Method Description static SpellCorrectionConfiguration.BuilderSpellCorrectionConfiguration. builder()SpellCorrectionConfiguration.BuilderSpellCorrectionConfiguration.Builder. includeQuerySpellCheckSuggestions(Boolean includeQuerySpellCheckSuggestions)TRUEto suggest spell corrections for queries.SpellCorrectionConfiguration.BuilderSpellCorrectionConfiguration. toBuilder()Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type SpellCorrectionConfiguration.Builder Modifier and Type Method Description static Class<? extends SpellCorrectionConfiguration.Builder>SpellCorrectionConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.kendra.model with type arguments of type SpellCorrectionConfiguration.Builder Modifier and Type Method Description default QueryRequest.BuilderQueryRequest.Builder. spellCorrectionConfiguration(Consumer<SpellCorrectionConfiguration.Builder> spellCorrectionConfiguration)Enables suggested spell corrections for queries.
-