public static interface FunctionDefinitionVersion.Builder extends SdkPojo, CopyableBuilder<FunctionDefinitionVersion.Builder,FunctionDefinitionVersion>
| Modifier and Type | Method and Description |
|---|---|
default FunctionDefinitionVersion.Builder |
defaultConfig(Consumer<FunctionDefaultConfig.Builder> defaultConfig)
The default configuration that applies to all Lambda functions in this function definition version.
|
FunctionDefinitionVersion.Builder |
defaultConfig(FunctionDefaultConfig defaultConfig)
The default configuration that applies to all Lambda functions in this function definition version.
|
FunctionDefinitionVersion.Builder |
functions(Collection<Function> functions)
A list of Lambda functions in this function definition version.
|
FunctionDefinitionVersion.Builder |
functions(Consumer<Function.Builder>... functions)
A list of Lambda functions in this function definition version.
|
FunctionDefinitionVersion.Builder |
functions(Function... functions)
A list of Lambda functions in this function definition version.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFunctionDefinitionVersion.Builder defaultConfig(FunctionDefaultConfig defaultConfig)
defaultConfig - The default configuration that applies to all Lambda functions in this function definition version.
Individual Lambda functions can override these settings.default FunctionDefinitionVersion.Builder defaultConfig(Consumer<FunctionDefaultConfig.Builder> defaultConfig)
FunctionDefaultConfig.Builder avoiding the need to create one manually via
FunctionDefaultConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to defaultConfig(FunctionDefaultConfig).defaultConfig - a consumer that will call methods on FunctionDefaultConfig.BuilderdefaultConfig(FunctionDefaultConfig)FunctionDefinitionVersion.Builder functions(Collection<Function> functions)
functions - A list of Lambda functions in this function definition version.FunctionDefinitionVersion.Builder functions(Function... functions)
functions - A list of Lambda functions in this function definition version.FunctionDefinitionVersion.Builder functions(Consumer<Function.Builder>... functions)
List.Builder avoiding the need to create one manually via #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 © 2020. All rights reserved.