public static interface IotEventsAction.Builder extends SdkPojo, CopyableBuilder<IotEventsAction.Builder,IotEventsAction>
Modifier and Type | Method and Description |
---|---|
IotEventsAction.Builder |
inputName(String inputName)
The name of the AWS IoT Events input.
|
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 |
roleArn(String roleArn)
The ARN of the role that grants AWS IoT permission to send an input to an AWS IoT Events detector.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
IotEventsAction.Builder inputName(String inputName)
The name of the AWS IoT Events input.
inputName
- The name of the AWS IoT Events input.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.
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 roleArn(String roleArn)
The ARN of the role that grants AWS IoT permission to send an input to an AWS IoT Events detector. ("Action":"iotevents:BatchPutMessage").
roleArn
- The ARN of the role that grants AWS IoT permission to send an input to an AWS IoT Events detector.
("Action":"iotevents:BatchPutMessage").Copyright © 2019. All rights reserved.