Uses of Class
software.amazon.awscdk.services.qbusiness.CfnDataSourceProps.Builder
Packages that use CfnDataSourceProps.Builder
-
Uses of CfnDataSourceProps.Builder in software.amazon.awscdk.services.qbusiness
Methods in software.amazon.awscdk.services.qbusiness that return CfnDataSourceProps.BuilderModifier and TypeMethodDescriptionCfnDataSourceProps.Builder.applicationId
(String applicationId) Sets the value ofCfnDataSourceProps.getApplicationId()
static CfnDataSourceProps.Builder
CfnDataSourceProps.builder()
CfnDataSourceProps.Builder.configuration
(Object configuration) Sets the value ofCfnDataSourceProps.getConfiguration()
CfnDataSourceProps.Builder.description
(String description) Sets the value ofCfnDataSourceProps.getDescription()
CfnDataSourceProps.Builder.displayName
(String displayName) Sets the value ofCfnDataSourceProps.getDisplayName()
CfnDataSourceProps.Builder.documentEnrichmentConfiguration
(IResolvable documentEnrichmentConfiguration) Sets the value ofCfnDataSourceProps.getDocumentEnrichmentConfiguration()
CfnDataSourceProps.Builder.documentEnrichmentConfiguration
(CfnDataSource.DocumentEnrichmentConfigurationProperty documentEnrichmentConfiguration) Sets the value ofCfnDataSourceProps.getDocumentEnrichmentConfiguration()
Sets the value ofCfnDataSourceProps.getIndexId()
CfnDataSourceProps.Builder.mediaExtractionConfiguration
(IResolvable mediaExtractionConfiguration) Sets the value ofCfnDataSourceProps.getMediaExtractionConfiguration()
CfnDataSourceProps.Builder.mediaExtractionConfiguration
(CfnDataSource.MediaExtractionConfigurationProperty mediaExtractionConfiguration) Sets the value ofCfnDataSourceProps.getMediaExtractionConfiguration()
Sets the value ofCfnDataSourceProps.getRoleArn()
CfnDataSourceProps.Builder.syncSchedule
(String syncSchedule) Sets the value ofCfnDataSourceProps.getSyncSchedule()
Sets the value ofCfnDataSourceProps.getTags()
CfnDataSourceProps.Builder.vpcConfiguration
(IResolvable vpcConfiguration) Sets the value ofCfnDataSourceProps.getVpcConfiguration()
CfnDataSourceProps.Builder.vpcConfiguration
(CfnDataSource.DataSourceVpcConfigurationProperty vpcConfiguration) Sets the value ofCfnDataSourceProps.getVpcConfiguration()
Constructors in software.amazon.awscdk.services.qbusiness 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
.