public static interface IotAnalyticsAction.Builder extends SdkPojo, CopyableBuilder<IotAnalyticsAction.Builder,IotAnalyticsAction>
Modifier and Type | Method and Description |
---|---|
IotAnalyticsAction.Builder |
channelArn(String channelArn)
(deprecated) The ARN of the IoT Analytics channel to which message data will be sent.
|
IotAnalyticsAction.Builder |
channelName(String channelName)
The name of the IoT Analytics channel to which message data will be sent.
|
IotAnalyticsAction.Builder |
roleArn(String roleArn)
The ARN of the role which has a policy that grants IoT Analytics permission to send message data via IoT
Analytics (iotanalytics:BatchPutMessage).
|
copy
applyMutation, build
IotAnalyticsAction.Builder channelArn(String channelArn)
(deprecated) The ARN of the IoT Analytics channel to which message data will be sent.
channelArn
- (deprecated) The ARN of the IoT Analytics channel to which message data will be sent.IotAnalyticsAction.Builder channelName(String channelName)
The name of the IoT Analytics channel to which message data will be sent.
channelName
- The name of the IoT Analytics channel to which message data will be sent.IotAnalyticsAction.Builder roleArn(String roleArn)
The ARN of the role which has a policy that grants IoT Analytics permission to send message data via IoT Analytics (iotanalytics:BatchPutMessage).
roleArn
- The ARN of the role which has a policy that grants IoT Analytics permission to send message data via
IoT Analytics (iotanalytics:BatchPutMessage).Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.