public static interface UpdateFunctionRequest.Builder extends AppSyncRequest.Builder, SdkPojo, CopyableBuilder<UpdateFunctionRequest.Builder,UpdateFunctionRequest>
buildoverrideConfigurationcopyapplyMutation, buildUpdateFunctionRequest.Builder apiId(String apiId)
The GraphQL API ID.
apiId - The GraphQL API ID.UpdateFunctionRequest.Builder name(String name)
The Function name.
name - The Function name.UpdateFunctionRequest.Builder description(String description)
The Function description.
description - The Function description.UpdateFunctionRequest.Builder functionId(String functionId)
The function ID.
functionId - The function ID.UpdateFunctionRequest.Builder dataSourceName(String dataSourceName)
The Function DataSource name.
dataSourceName - The Function DataSource name.UpdateFunctionRequest.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.UpdateFunctionRequest.Builder responseMappingTemplate(String responseMappingTemplate)
The Function request mapping template.
responseMappingTemplate - The Function request mapping template.UpdateFunctionRequest.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.UpdateFunctionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.UpdateFunctionRequest.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.