Uses of Class
software.amazon.awscdk.services.appsync.BaseAppsyncFunctionProps.Builder
-
Uses of BaseAppsyncFunctionProps.Builder in software.amazon.awscdk.services.appsync
Modifier and TypeMethodDescriptionBaseAppsyncFunctionProps.builder()
Sets the value ofBaseAppsyncFunctionProps.getCode()
BaseAppsyncFunctionProps.Builder.description
(String description) Sets the value ofBaseAppsyncFunctionProps.getDescription()
BaseAppsyncFunctionProps.Builder.maxBatchSize
(Number maxBatchSize) Sets the value ofBaseAppsyncFunctionProps.getMaxBatchSize()
Sets the value ofBaseAppsyncFunctionProps.getName()
BaseAppsyncFunctionProps.Builder.requestMappingTemplate
(MappingTemplate requestMappingTemplate) Sets the value ofBaseAppsyncFunctionProps.getRequestMappingTemplate()
BaseAppsyncFunctionProps.Builder.responseMappingTemplate
(MappingTemplate responseMappingTemplate) Sets the value ofBaseAppsyncFunctionProps.getResponseMappingTemplate()
BaseAppsyncFunctionProps.Builder.runtime
(FunctionRuntime runtime) Sets the value ofBaseAppsyncFunctionProps.getRuntime()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theBaseAppsyncFunctionProps.Builder
.