Uses of Interface
software.amazon.awssdk.services.qbusiness.model.KendraIndexConfiguration.Builder
-
Packages that use KendraIndexConfiguration.Builder Package Description software.amazon.awssdk.services.qbusiness.model -
-
Uses of KendraIndexConfiguration.Builder in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return KendraIndexConfiguration.Builder Modifier and Type Method Description static KendraIndexConfiguration.BuilderKendraIndexConfiguration. builder()KendraIndexConfiguration.BuilderKendraIndexConfiguration.Builder. indexId(String indexId)The identifier of the Amazon Kendra index.KendraIndexConfiguration.BuilderKendraIndexConfiguration. toBuilder()Methods in software.amazon.awssdk.services.qbusiness.model that return types with arguments of type KendraIndexConfiguration.Builder Modifier and Type Method Description static Class<? extends KendraIndexConfiguration.Builder>KendraIndexConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.qbusiness.model with type arguments of type KendraIndexConfiguration.Builder Modifier and Type Method Description static RetrieverConfigurationRetrieverConfiguration. fromKendraIndexConfiguration(Consumer<KendraIndexConfiguration.Builder> kendraIndexConfiguration)Create an instance of this class withRetrieverConfiguration.kendraIndexConfiguration()initialized to the given value.default RetrieverConfiguration.BuilderRetrieverConfiguration.Builder. kendraIndexConfiguration(Consumer<KendraIndexConfiguration.Builder> kendraIndexConfiguration)Provides information on how the Amazon Kendra index used as a retriever for your Amazon Q application is configured.
-