public static interface FunctionDefinitionVersion.Builder extends CopyableBuilder<FunctionDefinitionVersion.Builder,FunctionDefinitionVersion>
| Modifier and Type | Method and Description |
|---|---|
FunctionDefinitionVersion.Builder |
functions(Collection<Function> functions)
Lambda functions in this function definition version.
|
FunctionDefinitionVersion.Builder |
functions(Function... functions)
Lambda functions in this function definition version.
|
copyapply, buildFunctionDefinitionVersion.Builder functions(Collection<Function> functions)
functions - Lambda functions in this function definition version.FunctionDefinitionVersion.Builder functions(Function... functions)
functions - Lambda functions in this function definition version.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.