| Package | Description |
|---|---|
| software.amazon.awssdk.services.greengrass.model |
| Modifier and Type | Method and Description |
|---|---|
static Function.Builder |
Function.builder() |
Function.Builder |
Function.Builder.functionArn(String functionArn)
The ARN of the Lambda function.
|
default Function.Builder |
Function.Builder.functionConfiguration(Consumer<FunctionConfiguration.Builder> functionConfiguration)
The configuration of the Lambda function.
|
Function.Builder |
Function.Builder.functionConfiguration(FunctionConfiguration functionConfiguration)
The configuration of the Lambda function.
|
Function.Builder |
Function.Builder.id(String id)
A descriptive or arbitrary ID for the function.
|
Function.Builder |
Function.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Function.Builder> |
Function.serializableBuilderClass() |
Copyright © 2018. All rights reserved.