| Package | Description |
|---|---|
| software.amazon.awssdk.services.greengrassv2.model |
| Modifier and Type | Method and Description |
|---|---|
static LambdaFunctionRecipeSource.Builder |
LambdaFunctionRecipeSource.builder() |
LambdaFunctionRecipeSource.Builder |
LambdaFunctionRecipeSource.Builder.componentDependencies(Map<String,ComponentDependencyRequirement> componentDependencies)
The component versions on which this Lambda function component depends.
|
default LambdaFunctionRecipeSource.Builder |
LambdaFunctionRecipeSource.Builder.componentLambdaParameters(Consumer<LambdaExecutionParameters.Builder> componentLambdaParameters)
The system and runtime parameters for the Lambda function as it runs on the Greengrass core device.
|
LambdaFunctionRecipeSource.Builder |
LambdaFunctionRecipeSource.Builder.componentLambdaParameters(LambdaExecutionParameters componentLambdaParameters)
The system and runtime parameters for the Lambda function as it runs on the Greengrass core device.
|
LambdaFunctionRecipeSource.Builder |
LambdaFunctionRecipeSource.Builder.componentName(String componentName)
The name of the component.
|
LambdaFunctionRecipeSource.Builder |
LambdaFunctionRecipeSource.Builder.componentPlatforms(Collection<ComponentPlatform> componentPlatforms)
The platforms that the component version supports.
|
LambdaFunctionRecipeSource.Builder |
LambdaFunctionRecipeSource.Builder.componentPlatforms(ComponentPlatform... componentPlatforms)
The platforms that the component version supports.
|
LambdaFunctionRecipeSource.Builder |
LambdaFunctionRecipeSource.Builder.componentPlatforms(Consumer<ComponentPlatform.Builder>... componentPlatforms)
The platforms that the component version supports.
|
LambdaFunctionRecipeSource.Builder |
LambdaFunctionRecipeSource.Builder.componentVersion(String componentVersion)
The version of the component.
|
LambdaFunctionRecipeSource.Builder |
LambdaFunctionRecipeSource.Builder.lambdaArn(String lambdaArn)
The ARN of the
Lambda function.
|
LambdaFunctionRecipeSource.Builder |
LambdaFunctionRecipeSource.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends LambdaFunctionRecipeSource.Builder> |
LambdaFunctionRecipeSource.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateComponentVersionRequest.Builder |
CreateComponentVersionRequest.Builder.lambdaFunction(Consumer<LambdaFunctionRecipeSource.Builder> lambdaFunction)
The parameters to create a component from a Lambda function.
|
Copyright © 2023. All rights reserved.