Uses of Interface
software.amazon.awssdk.services.kendra.model.ContentSourceConfiguration.Builder
-
Packages that use ContentSourceConfiguration.Builder Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of ContentSourceConfiguration.Builder in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return ContentSourceConfiguration.Builder Modifier and Type Method Description static ContentSourceConfiguration.BuilderContentSourceConfiguration. builder()ContentSourceConfiguration.BuilderContentSourceConfiguration.Builder. dataSourceIds(String... dataSourceIds)The identifier of the data sources you want to use for your Amazon Kendra experience.ContentSourceConfiguration.BuilderContentSourceConfiguration.Builder. dataSourceIds(Collection<String> dataSourceIds)The identifier of the data sources you want to use for your Amazon Kendra experience.ContentSourceConfiguration.BuilderContentSourceConfiguration.Builder. directPutContent(Boolean directPutContent)TRUEto use documents you indexed directly using theBatchPutDocumentAPI.ContentSourceConfiguration.BuilderContentSourceConfiguration.Builder. faqIds(String... faqIds)The identifier of the FAQs that you want to use for your Amazon Kendra experience.ContentSourceConfiguration.BuilderContentSourceConfiguration.Builder. faqIds(Collection<String> faqIds)The identifier of the FAQs that you want to use for your Amazon Kendra experience.ContentSourceConfiguration.BuilderContentSourceConfiguration. toBuilder()Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type ContentSourceConfiguration.Builder Modifier and Type Method Description static Class<? extends ContentSourceConfiguration.Builder>ContentSourceConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.kendra.model with type arguments of type ContentSourceConfiguration.Builder Modifier and Type Method Description default ExperienceConfiguration.BuilderExperienceConfiguration.Builder. contentSourceConfiguration(Consumer<ContentSourceConfiguration.Builder> contentSourceConfiguration)The identifiers of your data sources and FAQs.
-