@Stability(value=Stable) public static final class CfnTopicRule.IotAnalyticsActionProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnTopicRule.IotAnalyticsActionProperty>
CfnTopicRule.IotAnalyticsActionProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnTopicRule.IotAnalyticsActionProperty.Builder |
batchMode(Boolean batchMode)
Sets the value of
CfnTopicRule.IotAnalyticsActionProperty.getBatchMode() |
CfnTopicRule.IotAnalyticsActionProperty.Builder |
batchMode(IResolvable batchMode)
Sets the value of
CfnTopicRule.IotAnalyticsActionProperty.getBatchMode() |
CfnTopicRule.IotAnalyticsActionProperty |
build()
Builds the configured instance.
|
CfnTopicRule.IotAnalyticsActionProperty.Builder |
channelName(String channelName)
Sets the value of
CfnTopicRule.IotAnalyticsActionProperty.getChannelName() |
CfnTopicRule.IotAnalyticsActionProperty.Builder |
roleArn(String roleArn)
Sets the value of
CfnTopicRule.IotAnalyticsActionProperty.getRoleArn() |
@Stability(value=Stable) public CfnTopicRule.IotAnalyticsActionProperty.Builder channelName(String channelName)
CfnTopicRule.IotAnalyticsActionProperty.getChannelName()channelName - The name of the IoT Analytics channel to which message data will be sent. This parameter is required.this@Stability(value=Stable) public CfnTopicRule.IotAnalyticsActionProperty.Builder roleArn(String roleArn)
CfnTopicRule.IotAnalyticsActionProperty.getRoleArn()roleArn - The ARN of the role which has a policy that grants IoT Analytics permission to send message data via IoT Analytics (iotanalytics:BatchPutMessage). This parameter is required.this@Stability(value=Stable) public CfnTopicRule.IotAnalyticsActionProperty.Builder batchMode(Boolean batchMode)
CfnTopicRule.IotAnalyticsActionProperty.getBatchMode()batchMode - Whether to process the action as a batch. The default value is `false` .
When batchMode is true and the rule SQL statement evaluates to an Array, each Array element is delivered as a separate message when passed by BatchPutMessage The resulting array can't have more than 100 messages.this@Stability(value=Stable) public CfnTopicRule.IotAnalyticsActionProperty.Builder batchMode(IResolvable batchMode)
CfnTopicRule.IotAnalyticsActionProperty.getBatchMode()batchMode - Whether to process the action as a batch. The default value is `false` .
When batchMode is true and the rule SQL statement evaluates to an Array, each Array element is delivered as a separate message when passed by BatchPutMessage The resulting array can't have more than 100 messages.this@Stability(value=Stable) public CfnTopicRule.IotAnalyticsActionProperty build()
build in interface software.amazon.jsii.Builder<CfnTopicRule.IotAnalyticsActionProperty>CfnTopicRule.IotAnalyticsActionPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.