Uses of Class
software.amazon.awscdk.services.appsync.CfnDataSourceProps.Builder
-
Uses of CfnDataSourceProps.Builder in software.amazon.awscdk.services.appsync
Modifier and TypeMethodDescriptionSets the value ofCfnDataSourceProps.getApiId()
static CfnDataSourceProps.Builder
CfnDataSourceProps.builder()
CfnDataSourceProps.Builder.description
(String description) Sets the value ofCfnDataSourceProps.getDescription()
CfnDataSourceProps.Builder.dynamoDbConfig
(IResolvable dynamoDbConfig) Sets the value ofCfnDataSourceProps.getDynamoDbConfig()
CfnDataSourceProps.Builder.dynamoDbConfig
(CfnDataSource.DynamoDBConfigProperty dynamoDbConfig) Sets the value ofCfnDataSourceProps.getDynamoDbConfig()
CfnDataSourceProps.Builder.elasticsearchConfig
(IResolvable elasticsearchConfig) Deprecated.this property has been deprecatedCfnDataSourceProps.Builder.elasticsearchConfig
(CfnDataSource.ElasticsearchConfigProperty elasticsearchConfig) Deprecated.this property has been deprecatedCfnDataSourceProps.Builder.eventBridgeConfig
(IResolvable eventBridgeConfig) Sets the value ofCfnDataSourceProps.getEventBridgeConfig()
CfnDataSourceProps.Builder.eventBridgeConfig
(CfnDataSource.EventBridgeConfigProperty eventBridgeConfig) Sets the value ofCfnDataSourceProps.getEventBridgeConfig()
CfnDataSourceProps.Builder.httpConfig
(IResolvable httpConfig) Sets the value ofCfnDataSourceProps.getHttpConfig()
CfnDataSourceProps.Builder.httpConfig
(CfnDataSource.HttpConfigProperty httpConfig) Sets the value ofCfnDataSourceProps.getHttpConfig()
CfnDataSourceProps.Builder.lambdaConfig
(IResolvable lambdaConfig) Sets the value ofCfnDataSourceProps.getLambdaConfig()
CfnDataSourceProps.Builder.lambdaConfig
(CfnDataSource.LambdaConfigProperty lambdaConfig) Sets the value ofCfnDataSourceProps.getLambdaConfig()
CfnDataSourceProps.Builder.metricsConfig
(String metricsConfig) Sets the value ofCfnDataSourceProps.getMetricsConfig()
Sets the value ofCfnDataSourceProps.getName()
CfnDataSourceProps.Builder.openSearchServiceConfig
(IResolvable openSearchServiceConfig) Sets the value ofCfnDataSourceProps.getOpenSearchServiceConfig()
CfnDataSourceProps.Builder.openSearchServiceConfig
(CfnDataSource.OpenSearchServiceConfigProperty openSearchServiceConfig) Sets the value ofCfnDataSourceProps.getOpenSearchServiceConfig()
CfnDataSourceProps.Builder.relationalDatabaseConfig
(IResolvable relationalDatabaseConfig) Sets the value ofCfnDataSourceProps.getRelationalDatabaseConfig()
CfnDataSourceProps.Builder.relationalDatabaseConfig
(CfnDataSource.RelationalDatabaseConfigProperty relationalDatabaseConfig) Sets the value ofCfnDataSourceProps.getRelationalDatabaseConfig()
CfnDataSourceProps.Builder.serviceRoleArn
(String serviceRoleArn) Sets the value ofCfnDataSourceProps.getServiceRoleArn()
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
.