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(Consumer<Function.Builder>... 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.FunctionDefinitionVersion.Builder functions(Consumer<Function.Builder>... functions)
List.Builder avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #functions(List) .functions - a consumer that will call methods on List.Builder #functions(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.