| Package | Description |
|---|---|
| com.amazonaws.services.greengrass.model |
| Modifier and Type | Method and Description |
|---|---|
FunctionConfiguration |
FunctionConfiguration.clone() |
FunctionConfiguration |
Function.getFunctionConfiguration()
Configuration of the function
|
FunctionConfiguration |
FunctionConfiguration.withEnvironment(FunctionConfigurationEnvironment environment)
Environment of the function configuration
|
FunctionConfiguration |
FunctionConfiguration.withExecArgs(String execArgs)
Execution Arguments
|
FunctionConfiguration |
FunctionConfiguration.withExecutable(String executable)
Executable
|
FunctionConfiguration |
FunctionConfiguration.withMemorySize(Integer memorySize)
The memory size, in KB, you configured for the function.
|
FunctionConfiguration |
FunctionConfiguration.withPinned(Boolean pinned)
Whether the function is pinned or not.
|
FunctionConfiguration |
FunctionConfiguration.withTimeout(Integer timeout)
The function execution time at which Lambda should terminate the function.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Function.setFunctionConfiguration(FunctionConfiguration functionConfiguration)
Configuration of the function
|
Function |
Function.withFunctionConfiguration(FunctionConfiguration functionConfiguration)
Configuration of the function
|
Copyright © 2018. All rights reserved.