public static interface CreateFunctionRequest.Builder extends AppSyncRequest.Builder, SdkPojo, CopyableBuilder<CreateFunctionRequest.Builder,CreateFunctionRequest>
buildoverrideConfigurationcopyapplyMutation, buildCreateFunctionRequest.Builder apiId(String apiId)
The GraphQL API ID.
apiId - The GraphQL API ID.CreateFunctionRequest.Builder name(String name)
The Function name. The function name does not have to be unique.
name - The Function name. The function name does not have to be unique.CreateFunctionRequest.Builder description(String description)
The Function description.
description - The Function description.CreateFunctionRequest.Builder dataSourceName(String dataSourceName)
The Function DataSource name.
dataSourceName - The Function DataSource name.CreateFunctionRequest.Builder requestMappingTemplate(String requestMappingTemplate)
The Function request mapping template. Functions support only the 2018-05-29 version of the
request mapping template.
requestMappingTemplate - The Function request mapping template. Functions support only the 2018-05-29 version of
the request mapping template.CreateFunctionRequest.Builder responseMappingTemplate(String responseMappingTemplate)
The Function response mapping template.
responseMappingTemplate - The Function response mapping template.CreateFunctionRequest.Builder functionVersion(String functionVersion)
The version of the request mapping template. Currently the supported value is 2018-05-29.
functionVersion - The version of the request mapping template. Currently the supported value is 2018-05-29.CreateFunctionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.CreateFunctionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.