Package | Description |
---|---|
software.amazon.awssdk.services.iot.model |
Modifier and Type | Method and Description |
---|---|
static IotEventsAction.Builder |
IotEventsAction.builder() |
IotEventsAction.Builder |
IotEventsAction.Builder.inputName(String inputName)
The name of the AWS IoT Events input.
|
IotEventsAction.Builder |
IotEventsAction.Builder.messageId(String messageId)
[Optional] Use this to ensure that only one input (message) with a given messageId will be processed by an
AWS IoT Events detector.
|
IotEventsAction.Builder |
IotEventsAction.Builder.roleArn(String roleArn)
The ARN of the role that grants AWS IoT permission to send an input to an AWS 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 AWS IoT Events detector.
|
Copyright © 2020. All rights reserved.