Uses of Class
software.amazon.awscdk.services.kendra.CfnDataSourceProps.Builder
Packages that use CfnDataSourceProps.Builder
-
Uses of CfnDataSourceProps.Builder in software.amazon.awscdk.services.kendra
Methods in software.amazon.awscdk.services.kendra that return CfnDataSourceProps.BuilderModifier and TypeMethodDescriptionstatic CfnDataSourceProps.Builder
CfnDataSourceProps.builder()
CfnDataSourceProps.Builder.customDocumentEnrichmentConfiguration
(IResolvable customDocumentEnrichmentConfiguration) Sets the value ofCfnDataSourceProps.getCustomDocumentEnrichmentConfiguration()
CfnDataSourceProps.Builder.customDocumentEnrichmentConfiguration
(CfnDataSource.CustomDocumentEnrichmentConfigurationProperty customDocumentEnrichmentConfiguration) Sets the value ofCfnDataSourceProps.getCustomDocumentEnrichmentConfiguration()
CfnDataSourceProps.Builder.dataSourceConfiguration
(IResolvable dataSourceConfiguration) Sets the value ofCfnDataSourceProps.getDataSourceConfiguration()
CfnDataSourceProps.Builder.dataSourceConfiguration
(CfnDataSource.DataSourceConfigurationProperty dataSourceConfiguration) Sets the value ofCfnDataSourceProps.getDataSourceConfiguration()
CfnDataSourceProps.Builder.description
(String description) Sets the value ofCfnDataSourceProps.getDescription()
Sets the value ofCfnDataSourceProps.getIndexId()
CfnDataSourceProps.Builder.languageCode
(String languageCode) Sets the value ofCfnDataSourceProps.getLanguageCode()
Sets the value ofCfnDataSourceProps.getName()
Sets the value ofCfnDataSourceProps.getRoleArn()
Sets the value ofCfnDataSourceProps.getSchedule()
Sets the value ofCfnDataSourceProps.getTags()
Sets the value ofCfnDataSourceProps.getType()
Constructors in software.amazon.awscdk.services.kendra with parameters of type CfnDataSourceProps.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnDataSourceProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDataSourceProps.Builder
.