| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
IotEventsAction.Builder |
IotEventsAction.Builder.batchMode(Boolean batchMode)
Whether to process the event actions as a batch.
|
static IotEventsAction.Builder |
IotEventsAction.builder() |
IotEventsAction.Builder |
IotEventsAction.Builder.inputName(String inputName)
The name of the IoT Events input.
|
IotEventsAction.Builder |
IotEventsAction.Builder.messageId(String messageId)
The ID of the message.
|
IotEventsAction.Builder |
IotEventsAction.Builder.roleArn(String roleArn)
The ARN of the role that grants IoT permission to send an input to an IoT Events detector.
|
IotEventsAction.Builder |
IotEventsAction.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends IotEventsAction.Builder> |
IotEventsAction.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Action.Builder |
Action.Builder.iotEvents(Consumer<IotEventsAction.Builder> iotEvents)
Sends an input to an IoT Events detector.
|
Copyright © 2023. All rights reserved.