@Stability(value=Experimental) public static final class BaseAppsyncFunctionProps.Builder extends Object implements software.amazon.jsii.Builder<BaseAppsyncFunctionProps>
BaseAppsyncFunctionProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
BaseAppsyncFunctionProps |
build()
Builds the configured instance.
|
BaseAppsyncFunctionProps.Builder |
description(String description)
Sets the value of
BaseAppsyncFunctionProps.getDescription() |
BaseAppsyncFunctionProps.Builder |
name(String name)
Sets the value of
BaseAppsyncFunctionProps.getName() |
BaseAppsyncFunctionProps.Builder |
requestMappingTemplate(MappingTemplate requestMappingTemplate)
Sets the value of
BaseAppsyncFunctionProps.getRequestMappingTemplate() |
BaseAppsyncFunctionProps.Builder |
responseMappingTemplate(MappingTemplate responseMappingTemplate)
Sets the value of
BaseAppsyncFunctionProps.getResponseMappingTemplate() |
@Stability(value=Experimental) public BaseAppsyncFunctionProps.Builder name(String name)
BaseAppsyncFunctionProps.getName()name - the name of the AppSync Function. This parameter is required.this@Stability(value=Experimental) public BaseAppsyncFunctionProps.Builder description(String description)
BaseAppsyncFunctionProps.getDescription()description - the description for this AppSync Function.this@Stability(value=Experimental) public BaseAppsyncFunctionProps.Builder requestMappingTemplate(MappingTemplate requestMappingTemplate)
BaseAppsyncFunctionProps.getRequestMappingTemplate()requestMappingTemplate - the request mapping template for the AppSync Function.this@Stability(value=Experimental) public BaseAppsyncFunctionProps.Builder responseMappingTemplate(MappingTemplate responseMappingTemplate)
BaseAppsyncFunctionProps.getResponseMappingTemplate()responseMappingTemplate - the response mapping template for the AppSync Function.this@Stability(value=Experimental) public BaseAppsyncFunctionProps build()
build in interface software.amazon.jsii.Builder<BaseAppsyncFunctionProps>BaseAppsyncFunctionPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.