public static interface FunctionConfiguration.Builder extends SdkPojo, CopyableBuilder<FunctionConfiguration.Builder,FunctionConfiguration>
Modifier and Type | Method and Description |
---|---|
FunctionConfiguration.Builder |
dataSourceName(String dataSourceName)
The name of the
DataSource . |
FunctionConfiguration.Builder |
description(String description)
The
Function description. |
FunctionConfiguration.Builder |
functionArn(String functionArn)
The ARN of the
Function object. |
FunctionConfiguration.Builder |
functionId(String functionId)
A unique ID representing the
Function object. |
FunctionConfiguration.Builder |
functionVersion(String functionVersion)
The version of the request mapping template.
|
FunctionConfiguration.Builder |
name(String name)
The name of the
Function object. |
FunctionConfiguration.Builder |
requestMappingTemplate(String requestMappingTemplate)
The
Function request mapping template. |
FunctionConfiguration.Builder |
responseMappingTemplate(String responseMappingTemplate)
The
Function response mapping template. |
copy
applyMutation, build
FunctionConfiguration.Builder functionId(String functionId)
A unique ID representing the Function
object.
functionId
- A unique ID representing the Function
object.FunctionConfiguration.Builder functionArn(String functionArn)
The ARN of the Function
object.
functionArn
- The ARN of the Function
object.FunctionConfiguration.Builder name(String name)
The name of the Function
object.
name
- The name of the Function
object.FunctionConfiguration.Builder description(String description)
The Function
description.
description
- The Function
description.FunctionConfiguration.Builder dataSourceName(String dataSourceName)
The name of the DataSource
.
dataSourceName
- The name of the DataSource
.FunctionConfiguration.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.FunctionConfiguration.Builder responseMappingTemplate(String responseMappingTemplate)
The Function
response mapping template.
responseMappingTemplate
- The Function
response mapping template.FunctionConfiguration.Builder functionVersion(String functionVersion)
The version of the request mapping template. Currently only the 2018-05-29 version of the template is supported.
functionVersion
- The version of the request mapping template. Currently only the 2018-05-29 version of the template is
supported.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.