TopicRule.Builder |
TopicRule.Builder.actions(Collection<Action> actions) |
The actions associated with the rule.
|
TopicRule.Builder |
TopicRule.Builder.actions(Consumer<Action.Builder>... actions) |
The actions associated with the rule.
|
TopicRule.Builder |
TopicRule.Builder.actions(Action... actions) |
The actions associated with the rule.
|
TopicRule.Builder |
TopicRule.Builder.awsIotSqlVersion(String awsIotSqlVersion) |
The version of the SQL rules engine to use when evaluating the rule.
|
static TopicRule.Builder |
TopicRule.builder() |
|
TopicRule.Builder |
TopicRule.Builder.createdAt(Instant createdAt) |
The date and time the rule was created.
|
TopicRule.Builder |
TopicRule.Builder.description(String description) |
The description of the rule.
|
default TopicRule.Builder |
TopicRule.Builder.errorAction(Consumer<Action.Builder> errorAction) |
The action to perform when an error occurs.
|
TopicRule.Builder |
TopicRule.Builder.errorAction(Action errorAction) |
The action to perform when an error occurs.
|
TopicRule.Builder |
TopicRule.Builder.ruleDisabled(Boolean ruleDisabled) |
Specifies whether the rule is disabled.
|
TopicRule.Builder |
TopicRule.Builder.ruleName(String ruleName) |
The name of the rule.
|
TopicRule.Builder |
TopicRule.Builder.sql(String sql) |
The SQL statement used to query the topic.
|
TopicRule.Builder |
TopicRule.toBuilder() |
|