Uses of Class
software.amazon.awscdk.services.kendra.CfnDataSourceProps.Builder
-
Uses of CfnDataSourceProps.Builder in software.amazon.awscdk.services.kendra
Modifier 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()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnDataSourceProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDataSourceProps.Builder
.