| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotevents.model |
| Modifier and Type | Method and Description |
|---|---|
static LambdaAction.Builder |
LambdaAction.builder() |
LambdaAction.Builder |
LambdaAction.Builder.functionArn(String functionArn)
The ARN of the Lambda function that is executed.
|
default LambdaAction.Builder |
LambdaAction.Builder.payload(Consumer<Payload.Builder> payload)
You can configure the action payload when you send a message to a Lambda function.
|
LambdaAction.Builder |
LambdaAction.Builder.payload(Payload payload)
You can configure the action payload when you send a message to a Lambda function.
|
LambdaAction.Builder |
LambdaAction.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends LambdaAction.Builder> |
LambdaAction.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Action.Builder |
Action.Builder.lambda(Consumer<LambdaAction.Builder> lambda)
Calls a Lambda function, passing in information about the detector model instance and the event that
triggered the action.
|
default AlarmAction.Builder |
AlarmAction.Builder.lambda(Consumer<LambdaAction.Builder> lambda)
Sets the value of the Lambda property for this object.
|
default NotificationTargetActions.Builder |
NotificationTargetActions.Builder.lambdaAction(Consumer<LambdaAction.Builder> lambdaAction)
Sets the value of the LambdaAction property for this object.
|
Copyright © 2022. All rights reserved.