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(Consumer<ComponentPlatform.Builder>... 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.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() |
|