Uses of Interface
software.amazon.awssdk.services.iotevents.model.IotEventsAction.Builder
-
Packages that use IotEventsAction.Builder Package Description software.amazon.awssdk.services.iotevents.model -
-
Uses of IotEventsAction.Builder in software.amazon.awssdk.services.iotevents.model
Methods in software.amazon.awssdk.services.iotevents.model that return IotEventsAction.Builder Modifier and Type Method Description static IotEventsAction.BuilderIotEventsAction. builder()IotEventsAction.BuilderIotEventsAction.Builder. inputName(String inputName)The name of the AWS IoT Events input where the data is sent.default IotEventsAction.BuilderIotEventsAction.Builder. payload(Consumer<Payload.Builder> payload)You can configure the action payload when you send a message to an AWS IoT Events input.IotEventsAction.BuilderIotEventsAction.Builder. payload(Payload payload)You can configure the action payload when you send a message to an AWS IoT Events input.IotEventsAction.BuilderIotEventsAction. toBuilder()Methods in software.amazon.awssdk.services.iotevents.model that return types with arguments of type IotEventsAction.Builder Modifier and Type Method Description static Class<? extends IotEventsAction.Builder>IotEventsAction. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iotevents.model with type arguments of type IotEventsAction.Builder Modifier and Type Method Description default Action.BuilderAction.Builder. iotEvents(Consumer<IotEventsAction.Builder> iotEvents)Sends AWS IoT Events input, which passes information about the detector model instance and the event that triggered the action.default AlarmAction.BuilderAlarmAction.Builder. iotEvents(Consumer<IotEventsAction.Builder> iotEvents)Sets the value of the IotEvents property for this object.
-