| Package | Description |
|---|---|
| software.amazon.awscdk.services.iot |
AWS IoT Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
TopicRuleProps.Builder |
TopicRuleProps.Builder.actions(List<? extends IAction> actions)
Sets the value of
TopicRuleProps.getActions() |
static TopicRuleProps.Builder |
TopicRuleProps.builder() |
TopicRuleProps.Builder |
TopicRuleProps.Builder.description(String description)
Sets the value of
TopicRuleProps.getDescription() |
TopicRuleProps.Builder |
TopicRuleProps.Builder.enabled(Boolean enabled)
Sets the value of
TopicRuleProps.getEnabled() |
TopicRuleProps.Builder |
TopicRuleProps.Builder.errorAction(IAction errorAction)
Sets the value of
TopicRuleProps.getErrorAction() |
TopicRuleProps.Builder |
TopicRuleProps.Builder.sql(IotSql sql)
Sets the value of
TopicRuleProps.getSql() |
TopicRuleProps.Builder |
TopicRuleProps.Builder.topicRuleName(String topicRuleName)
Sets the value of
TopicRuleProps.getTopicRuleName() |
| Constructor and Description |
|---|
Jsii$Proxy(TopicRuleProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
TopicRuleProps.Builder. |
Copyright © 2022. All rights reserved.