Uses of Interface
software.amazon.awscdk.services.appsync.CfnDataSource.RelationalDatabaseConfigProperty
Packages that use CfnDataSource.RelationalDatabaseConfigProperty
-
Uses of CfnDataSource.RelationalDatabaseConfigProperty in software.amazon.awscdk.services.appsync
Classes in software.amazon.awscdk.services.appsync that implement CfnDataSource.RelationalDatabaseConfigPropertyModifier and TypeClassDescriptionstatic final class
An implementation forCfnDataSource.RelationalDatabaseConfigProperty
Classes in software.amazon.awscdk.services.appsync that implement interfaces with type arguments of type CfnDataSource.RelationalDatabaseConfigPropertyModifier and TypeClassDescriptionstatic final class
A builder forCfnDataSource.RelationalDatabaseConfigProperty
Methods in software.amazon.awscdk.services.appsync that return CfnDataSource.RelationalDatabaseConfigPropertyModifier and TypeMethodDescriptionCfnDataSource.RelationalDatabaseConfigProperty.Builder.build()
Builds the configured instance.Methods in software.amazon.awscdk.services.appsync with parameters of type CfnDataSource.RelationalDatabaseConfigPropertyModifier and TypeMethodDescriptionAppSyncExtendedDataSourceProps.Builder.relationalDatabaseConfig
(CfnDataSource.RelationalDatabaseConfigProperty relationalDatabaseConfig) Sets the value ofAppSyncExtendedDataSourceProps.getRelationalDatabaseConfig()
CfnDataSource.Builder.relationalDatabaseConfig
(CfnDataSource.RelationalDatabaseConfigProperty relationalDatabaseConfig) Relational Database configuration of the relational database data source.CfnDataSourceProps.Builder.relationalDatabaseConfig
(CfnDataSource.RelationalDatabaseConfigProperty relationalDatabaseConfig) Sets the value ofCfnDataSourceProps.getRelationalDatabaseConfig()
ExtendedDataSourceProps.Builder.relationalDatabaseConfig
(CfnDataSource.RelationalDatabaseConfigProperty relationalDatabaseConfig) Sets the value ofExtendedDataSourceProps.getRelationalDatabaseConfig()
void
CfnDataSource.setRelationalDatabaseConfig
(CfnDataSource.RelationalDatabaseConfigProperty value) Relational Database configuration of the relational database data source.