| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
static ContentSourceConfiguration.Builder |
ContentSourceConfiguration.builder() |
ContentSourceConfiguration.Builder |
ContentSourceConfiguration.Builder.dataSourceIds(Collection<String> dataSourceIds)
The identifier of the data sources you want to use for your Amazon Kendra experience.
|
ContentSourceConfiguration.Builder |
ContentSourceConfiguration.Builder.dataSourceIds(String... dataSourceIds)
The identifier of the data sources you want to use for your Amazon Kendra experience.
|
ContentSourceConfiguration.Builder |
ContentSourceConfiguration.Builder.directPutContent(Boolean directPutContent)
TRUE to use documents you indexed directly using the BatchPutDocument API. |
ContentSourceConfiguration.Builder |
ContentSourceConfiguration.Builder.faqIds(Collection<String> faqIds)
The identifier of the FAQs that you want to use for your Amazon Kendra experience.
|
ContentSourceConfiguration.Builder |
ContentSourceConfiguration.Builder.faqIds(String... faqIds)
The identifier of the FAQs that you want to use for your Amazon Kendra experience.
|
ContentSourceConfiguration.Builder |
ContentSourceConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ContentSourceConfiguration.Builder> |
ContentSourceConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ExperienceConfiguration.Builder |
ExperienceConfiguration.Builder.contentSourceConfiguration(Consumer<ContentSourceConfiguration.Builder> contentSourceConfiguration)
The identifiers of your data sources and FAQs.
|
Copyright © 2023. All rights reserved.