Uses of Class
software.amazon.awscdk.services.bedrock.CfnDataSourceProps.Builder
Packages that use CfnDataSourceProps.Builder
-
Uses of CfnDataSourceProps.Builder in software.amazon.awscdk.services.bedrock
Methods in software.amazon.awscdk.services.bedrock that return CfnDataSourceProps.BuilderModifier and TypeMethodDescriptionstatic CfnDataSourceProps.Builder
CfnDataSourceProps.builder()
CfnDataSourceProps.Builder.dataDeletionPolicy
(String dataDeletionPolicy) Sets the value ofCfnDataSourceProps.getDataDeletionPolicy()
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()
CfnDataSourceProps.Builder.knowledgeBaseId
(String knowledgeBaseId) Sets the value ofCfnDataSourceProps.getKnowledgeBaseId()
Sets the value ofCfnDataSourceProps.getName()
CfnDataSourceProps.Builder.serverSideEncryptionConfiguration
(IResolvable serverSideEncryptionConfiguration) Sets the value ofCfnDataSourceProps.getServerSideEncryptionConfiguration()
CfnDataSourceProps.Builder.serverSideEncryptionConfiguration
(CfnDataSource.ServerSideEncryptionConfigurationProperty serverSideEncryptionConfiguration) Sets the value ofCfnDataSourceProps.getServerSideEncryptionConfiguration()
CfnDataSourceProps.Builder.vectorIngestionConfiguration
(IResolvable vectorIngestionConfiguration) Sets the value ofCfnDataSourceProps.getVectorIngestionConfiguration()
CfnDataSourceProps.Builder.vectorIngestionConfiguration
(CfnDataSource.VectorIngestionConfigurationProperty vectorIngestionConfiguration) Sets the value ofCfnDataSourceProps.getVectorIngestionConfiguration()
Constructors in software.amazon.awscdk.services.bedrock 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
.