Uses of Class
software.amazon.awscdk.services.appsync.AppsyncFunction.Builder
Packages that use AppsyncFunction.Builder
-
Uses of AppsyncFunction.Builder in software.amazon.awscdk.services.appsync
Methods in software.amazon.awscdk.services.appsync that return AppsyncFunction.BuilderModifier and TypeMethodDescriptionAppsyncFunction.Builder.api(IGraphqlApi api) (experimental) the GraphQL Api linked to this AppSync Function.static AppsyncFunction.BuilderAppsyncFunction.Builder.dataSource(BaseDataSource dataSource) (experimental) the data source linked to this AppSync Function.AppsyncFunction.Builder.description(String description) (experimental) the description for this AppSync Function.(experimental) the name of the AppSync Function.AppsyncFunction.Builder.requestMappingTemplate(MappingTemplate requestMappingTemplate) (experimental) the request mapping template for the AppSync Function.AppsyncFunction.Builder.responseMappingTemplate(MappingTemplate responseMappingTemplate) (experimental) the response mapping template for the AppSync Function.