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) the GraphQL Api linked to this AppSync Function.The function code.static AppsyncFunction.BuilderAppsyncFunction.Builder.dataSource(BaseDataSource dataSource) the data source linked to this AppSync Function.AppsyncFunction.Builder.description(String description) the description for this AppSync Function.AppsyncFunction.Builder.maxBatchSize(Number maxBatchSize) The maximum number of resolver request inputs that will be sent to a single AWS Lambda function in a BatchInvoke operation.the name of the AppSync Function.AppsyncFunction.Builder.requestMappingTemplate(MappingTemplate requestMappingTemplate) the request mapping template for the AppSync Function.AppsyncFunction.Builder.responseMappingTemplate(MappingTemplate responseMappingTemplate) the response mapping template for the AppSync Function.AppsyncFunction.Builder.runtime(FunctionRuntime runtime) The functions runtime.