| Package | Description |
|---|---|
| com.amazonaws.services.greengrassv2.model |
| Modifier and Type | Method and Description |
|---|---|
LambdaFunctionRecipeSource |
LambdaFunctionRecipeSource.addComponentDependenciesEntry(String key,
ComponentDependencyRequirement value)
Add a single ComponentDependencies entry
|
LambdaFunctionRecipeSource |
LambdaFunctionRecipeSource.clearComponentDependenciesEntries()
Removes all the entries added into ComponentDependencies.
|
LambdaFunctionRecipeSource |
LambdaFunctionRecipeSource.clone() |
LambdaFunctionRecipeSource |
CreateComponentVersionRequest.getLambdaFunction()
The parameters to create a component from a Lambda function.
|
LambdaFunctionRecipeSource |
LambdaFunctionRecipeSource.withComponentDependencies(Map<String,ComponentDependencyRequirement> componentDependencies)
The component versions on which this Lambda function component depends.
|
LambdaFunctionRecipeSource |
LambdaFunctionRecipeSource.withComponentLambdaParameters(LambdaExecutionParameters componentLambdaParameters)
The system and runtime parameters for the Lambda function as it runs on the Greengrass core device.
|
LambdaFunctionRecipeSource |
LambdaFunctionRecipeSource.withComponentName(String componentName)
The name of the component.
|
LambdaFunctionRecipeSource |
LambdaFunctionRecipeSource.withComponentPlatforms(Collection<ComponentPlatform> componentPlatforms)
The platforms that the component version supports.
|
LambdaFunctionRecipeSource |
LambdaFunctionRecipeSource.withComponentPlatforms(ComponentPlatform... componentPlatforms)
The platforms that the component version supports.
|
LambdaFunctionRecipeSource |
LambdaFunctionRecipeSource.withComponentVersion(String componentVersion)
The version of the component.
|
LambdaFunctionRecipeSource |
LambdaFunctionRecipeSource.withLambdaArn(String lambdaArn)
The ARN of the Lambda
function.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateComponentVersionRequest.setLambdaFunction(LambdaFunctionRecipeSource lambdaFunction)
The parameters to create a component from a Lambda function.
|
CreateComponentVersionRequest |
CreateComponentVersionRequest.withLambdaFunction(LambdaFunctionRecipeSource lambdaFunction)
The parameters to create a component from a Lambda function.
|
Copyright © 2025. All rights reserved.