@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)",
date="2022-05-20T22:20:07.058Z")
public interface BaseAppsyncFunctionProps
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.appsync.*; MappingTemplate mappingTemplate; BaseAppsyncFunctionProps baseAppsyncFunctionProps = BaseAppsyncFunctionProps.builder() .name("name") // the properties below are optional .description("description") .requestMappingTemplate(mappingTemplate) .responseMappingTemplate(mappingTemplate) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
BaseAppsyncFunctionProps.Builder
A builder for
BaseAppsyncFunctionProps |
static class |
BaseAppsyncFunctionProps.Jsii$Proxy
An implementation for
BaseAppsyncFunctionProps |
Modifier and Type | Method and Description |
---|---|
static BaseAppsyncFunctionProps.Builder |
builder() |
default java.lang.String |
getDescription()
(experimental) the description for this AppSync Function.
|
java.lang.String |
getName()
(experimental) the name of the AppSync Function.
|
default MappingTemplate |
getRequestMappingTemplate()
(experimental) the request mapping template for the AppSync Function.
|
default MappingTemplate |
getResponseMappingTemplate()
(experimental) the response mapping template for the AppSync Function.
|
java.lang.String getName()
default java.lang.String getDescription()
Default: - no description
default MappingTemplate getRequestMappingTemplate()
Default: - no request mapping template
default MappingTemplate getResponseMappingTemplate()
Default: - no response mapping template
static BaseAppsyncFunctionProps.Builder builder()
BaseAppsyncFunctionProps.Builder
of BaseAppsyncFunctionProps