CopyableBuilder<FunctionDefinitionVersion.Builder,FunctionDefinitionVersion>, SdkBuilder<FunctionDefinitionVersion.Builder,FunctionDefinitionVersion>public static interface FunctionDefinitionVersion.Builder extends CopyableBuilder<FunctionDefinitionVersion.Builder,FunctionDefinitionVersion>
| Modifier and Type | Method | 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)
NOTE: This method appends the values to the existing list (if any). Use
#setFunctions(java.util.Collection) or #withFunctions(java.util.Collection) if you want to
override the existing values.
functions - Lambda functions in this function definition version.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.