Interface ContentSourceConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ContentSourceConfiguration.Builder,
,ContentSourceConfiguration> SdkBuilder<ContentSourceConfiguration.Builder,
,ContentSourceConfiguration> SdkPojo
- Enclosing class:
ContentSourceConfiguration
public static interface ContentSourceConfiguration.Builder
extends SdkPojo, CopyableBuilder<ContentSourceConfiguration.Builder,ContentSourceConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptiondataSourceIds
(String... dataSourceIds) The identifier of the data sources you want to use for your Amazon Kendra experience.dataSourceIds
(Collection<String> dataSourceIds) The identifier of the data sources you want to use for your Amazon Kendra experience.directPutContent
(Boolean directPutContent) TRUE
to use documents you indexed directly using theBatchPutDocument
API.The identifier of the FAQs that you want to use for your Amazon Kendra experience.faqIds
(Collection<String> faqIds) The identifier of the FAQs that you want to use for your Amazon Kendra experience.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
dataSourceIds
The identifier of the data sources you want to use for your Amazon Kendra experience.
- Parameters:
dataSourceIds
- The identifier of the data sources you want to use for your Amazon Kendra experience.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataSourceIds
The identifier of the data sources you want to use for your Amazon Kendra experience.
- Parameters:
dataSourceIds
- The identifier of the data sources you want to use for your Amazon Kendra experience.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
faqIds
The identifier of the FAQs that you want to use for your Amazon Kendra experience.
- Parameters:
faqIds
- The identifier of the FAQs that you want to use for your Amazon Kendra experience.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
faqIds
The identifier of the FAQs that you want to use for your Amazon Kendra experience.
- Parameters:
faqIds
- The identifier of the FAQs that you want to use for your Amazon Kendra experience.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
directPutContent
TRUE
to use documents you indexed directly using theBatchPutDocument
API.- Parameters:
directPutContent
-TRUE
to use documents you indexed directly using theBatchPutDocument
API.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-