Uses of Interface
software.amazon.awscdk.services.appsync.CfnDataSource.HttpConfigProperty
-
Uses of CfnDataSource.HttpConfigProperty in software.amazon.awscdk.services.appsync
Modifier and TypeClassDescriptionstatic final class
An implementation forCfnDataSource.HttpConfigProperty
Modifier and TypeMethodDescriptionCfnDataSource.HttpConfigProperty.Builder.build()
Builds the configured instance.Modifier and TypeMethodDescriptionCfnDataSource.Builder.httpConfig
(CfnDataSource.HttpConfigProperty httpConfig) Endpoints for an HTTP data source.CfnDataSourceProps.Builder.httpConfig
(CfnDataSource.HttpConfigProperty httpConfig) Sets the value ofCfnDataSourceProps.getHttpConfig()
ExtendedDataSourceProps.Builder.httpConfig
(CfnDataSource.HttpConfigProperty httpConfig) Sets the value ofExtendedDataSourceProps.getHttpConfig()
void
CfnDataSource.setHttpConfig
(CfnDataSource.HttpConfigProperty value) Endpoints for an HTTP data source.