Uses of Interface
software.amazon.awssdk.services.iot.model.IotEventsAction.Builder
-
Packages that use IotEventsAction.Builder Package Description software.amazon.awssdk.services.iot.model -
-
Uses of IotEventsAction.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return IotEventsAction.Builder Modifier and Type Method Description IotEventsAction.BuilderIotEventsAction.Builder. batchMode(Boolean batchMode)Whether to process the event actions as a batch.static IotEventsAction.BuilderIotEventsAction. builder()IotEventsAction.BuilderIotEventsAction.Builder. inputName(String inputName)The name of the IoT Events input.IotEventsAction.BuilderIotEventsAction.Builder. messageId(String messageId)The ID of the message.IotEventsAction.BuilderIotEventsAction.Builder. roleArn(String roleArn)The ARN of the role that grants IoT permission to send an input to an IoT Events detector.IotEventsAction.BuilderIotEventsAction. toBuilder()Methods in software.amazon.awssdk.services.iot.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.iot.model with type arguments of type IotEventsAction.Builder Modifier and Type Method Description default Action.BuilderAction.Builder. iotEvents(Consumer<IotEventsAction.Builder> iotEvents)Sends an input to an IoT Events detector.
-