| Package | Description |
|---|---|
| com.amazonaws.services.greengrass.model |
| Modifier and Type | Method and Description |
|---|---|
FunctionConfiguration |
FunctionConfiguration.clone() |
FunctionConfiguration |
Function.getFunctionConfiguration()
The configuration of the Lambda function.
|
FunctionConfiguration |
FunctionConfiguration.withEncodingType(EncodingType encodingType)
The expected encoding type of the input payload for the function.
|
FunctionConfiguration |
FunctionConfiguration.withEncodingType(String encodingType)
The expected encoding type of the input payload for the function.
|
FunctionConfiguration |
FunctionConfiguration.withEnvironment(FunctionConfigurationEnvironment environment)
The environment configuration of the function.
|
FunctionConfiguration |
FunctionConfiguration.withExecArgs(String execArgs)
The execution arguments.
|
FunctionConfiguration |
FunctionConfiguration.withExecutable(String executable)
The name of the function executable.
|
FunctionConfiguration |
FunctionConfiguration.withFunctionRuntimeOverride(String functionRuntimeOverride)
The Lambda runtime supported by Greengrass which is to be used instead of the one specified in the Lambda
function.
|
FunctionConfiguration |
FunctionConfiguration.withMemorySize(Integer memorySize)
The memory size, in KB, which the function requires.
|
FunctionConfiguration |
FunctionConfiguration.withPinned(Boolean pinned)
True if the function is pinned.
|
FunctionConfiguration |
FunctionConfiguration.withTimeout(Integer timeout)
The allowed function execution time, after which Lambda should terminate the function.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Function.setFunctionConfiguration(FunctionConfiguration functionConfiguration)
The configuration of the Lambda function.
|
Function |
Function.withFunctionConfiguration(FunctionConfiguration functionConfiguration)
The configuration of the Lambda function.
|
Copyright © 2025. All rights reserved.