CopyableBuilder<Function.Builder,Function>
, SdkBuilder<Function.Builder,Function>
public static interface Function.Builder extends CopyableBuilder<Function.Builder,Function>
Modifier and Type | Method | Description |
---|---|---|
Function.Builder |
functionArn(String functionArn) |
Arn of the Lambda function.
|
Function.Builder |
functionConfiguration(FunctionConfiguration functionConfiguration) |
Configuration of the function
|
Function.Builder |
id(String id) |
Id of the function in this version.
|
copy
apply, build
Function.Builder functionArn(String functionArn)
functionArn
- Arn of the Lambda function.Function.Builder functionConfiguration(FunctionConfiguration functionConfiguration)
functionConfiguration
- Configuration of the functionFunction.Builder id(String id)
id
- Id of the function in this version.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.