Uses of Interface
software.amazon.awssdk.services.iotevents.model.LambdaAction.Builder
-
Packages that use LambdaAction.Builder Package Description software.amazon.awssdk.services.iotevents.model -
-
Uses of LambdaAction.Builder in software.amazon.awssdk.services.iotevents.model
Methods in software.amazon.awssdk.services.iotevents.model that return LambdaAction.Builder Modifier and Type Method Description static LambdaAction.BuilderLambdaAction. builder()LambdaAction.BuilderLambdaAction.Builder. functionArn(String functionArn)The ARN of the Lambda function that is executed.default LambdaAction.BuilderLambdaAction.Builder. payload(Consumer<Payload.Builder> payload)You can configure the action payload when you send a message to a Lambda function.LambdaAction.BuilderLambdaAction.Builder. payload(Payload payload)You can configure the action payload when you send a message to a Lambda function.LambdaAction.BuilderLambdaAction. toBuilder()Methods in software.amazon.awssdk.services.iotevents.model that return types with arguments of type LambdaAction.Builder Modifier and Type Method Description static Class<? extends LambdaAction.Builder>LambdaAction. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iotevents.model with type arguments of type LambdaAction.Builder Modifier and Type Method Description default Action.BuilderAction.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.BuilderAlarmAction.Builder. lambda(Consumer<LambdaAction.Builder> lambda)Sets the value of the Lambda property for this object.default NotificationTargetActions.BuilderNotificationTargetActions.Builder. lambdaAction(Consumer<LambdaAction.Builder> lambdaAction)Sets the value of the LambdaAction property for this object.
-