Uses of Interface
software.amazon.awssdk.services.opensearch.model.AIMLOptionsInput.Builder
-
Packages that use AIMLOptionsInput.Builder Package Description software.amazon.awssdk.services.opensearch.model -
-
Uses of AIMLOptionsInput.Builder in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return AIMLOptionsInput.Builder Modifier and Type Method Description static AIMLOptionsInput.BuilderAIMLOptionsInput. builder()default AIMLOptionsInput.BuilderAIMLOptionsInput.Builder. naturalLanguageQueryGenerationOptions(Consumer<NaturalLanguageQueryGenerationOptionsInput.Builder> naturalLanguageQueryGenerationOptions)Container for parameters required for natural language query generation on the specified domain.AIMLOptionsInput.BuilderAIMLOptionsInput.Builder. naturalLanguageQueryGenerationOptions(NaturalLanguageQueryGenerationOptionsInput naturalLanguageQueryGenerationOptions)Container for parameters required for natural language query generation on the specified domain.AIMLOptionsInput.BuilderAIMLOptionsInput. toBuilder()Methods in software.amazon.awssdk.services.opensearch.model that return types with arguments of type AIMLOptionsInput.Builder Modifier and Type Method Description static Class<? extends AIMLOptionsInput.Builder>AIMLOptionsInput. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.opensearch.model with type arguments of type AIMLOptionsInput.Builder Modifier and Type Method Description default CreateDomainRequest.BuilderCreateDomainRequest.Builder. aimlOptions(Consumer<AIMLOptionsInput.Builder> aimlOptions)Options for all machine learning features for the specified domain.default UpdateDomainConfigRequest.BuilderUpdateDomainConfigRequest.Builder. aimlOptions(Consumer<AIMLOptionsInput.Builder> aimlOptions)Options for all machine learning features for the specified domain.
-