| Package | Description |
|---|---|
| software.amazon.awssdk.services.greengrass.model |
| Modifier and Type | Method and Description |
|---|---|
static FunctionDefinitionVersion.Builder |
FunctionDefinitionVersion.builder() |
default FunctionDefinitionVersion.Builder |
FunctionDefinitionVersion.Builder.defaultConfig(Consumer<FunctionDefaultConfig.Builder> defaultConfig)
Default configuration that will apply to all Lambda functions in this function definition version This is a
convenience that creates an instance of the
FunctionDefaultConfig.Builder avoiding the need to create
one manually via FunctionDefaultConfig.builder(). |
FunctionDefinitionVersion.Builder |
FunctionDefinitionVersion.Builder.defaultConfig(FunctionDefaultConfig defaultConfig)
Default configuration that will apply to all Lambda functions in this function definition version
|
FunctionDefinitionVersion.Builder |
FunctionDefinitionVersion.Builder.functions(Collection<Function> functions)
A list of Lambda functions in this function definition version.
|
FunctionDefinitionVersion.Builder |
FunctionDefinitionVersion.Builder.functions(Consumer<Function.Builder>... functions)
A list of Lambda functions in this function definition version.
|
FunctionDefinitionVersion.Builder |
FunctionDefinitionVersion.Builder.functions(Function... functions)
A list of Lambda functions in this function definition version.
|
FunctionDefinitionVersion.Builder |
FunctionDefinitionVersion.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends FunctionDefinitionVersion.Builder> |
FunctionDefinitionVersion.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetFunctionDefinitionVersionResponse.Builder |
GetFunctionDefinitionVersionResponse.Builder.definition(Consumer<FunctionDefinitionVersion.Builder> definition)
Information on the definition.
|
default CreateFunctionDefinitionRequest.Builder |
CreateFunctionDefinitionRequest.Builder.initialVersion(Consumer<FunctionDefinitionVersion.Builder> initialVersion)
Information about the initial version of the function definition.
|
Copyright © 2018. All rights reserved.