public static interface TopicRule.Builder extends CopyableBuilder<TopicRule.Builder,TopicRule>
Modifier and Type | Method and Description |
---|---|
TopicRule.Builder |
actions(Action... actions)
The actions associated with the rule.
|
TopicRule.Builder |
actions(Collection<Action> actions)
The actions associated with the rule.
|
TopicRule.Builder |
awsIotSqlVersion(String awsIotSqlVersion)
The version of the SQL rules engine to use when evaluating the rule.
|
TopicRule.Builder |
createdAt(Instant createdAt)
The date and time the rule was created.
|
TopicRule.Builder |
description(String description)
The description of the rule.
|
TopicRule.Builder |
ruleDisabled(Boolean ruleDisabled)
Specifies whether the rule is disabled.
|
TopicRule.Builder |
ruleName(String ruleName)
The name of the rule.
|
TopicRule.Builder |
sql(String sql)
The SQL statement used to query the topic.
|
copy
apply, build
TopicRule.Builder ruleName(String ruleName)
The name of the rule.
ruleName
- The name of the rule.TopicRule.Builder sql(String sql)
The SQL statement used to query the topic. When using a SQL query with multiple lines, be sure to escape the newline characters.
sql
- The SQL statement used to query the topic. When using a SQL query with multiple lines, be sure to
escape the newline characters.TopicRule.Builder description(String description)
The description of the rule.
description
- The description of the rule.TopicRule.Builder createdAt(Instant createdAt)
The date and time the rule was created.
createdAt
- The date and time the rule was created.TopicRule.Builder actions(Collection<Action> actions)
The actions associated with the rule.
actions
- The actions associated with the rule.TopicRule.Builder actions(Action... actions)
The actions associated with the rule.
actions
- The actions associated with the rule.TopicRule.Builder ruleDisabled(Boolean ruleDisabled)
Specifies whether the rule is disabled.
ruleDisabled
- Specifies whether the rule is disabled.TopicRule.Builder awsIotSqlVersion(String awsIotSqlVersion)
The version of the SQL rules engine to use when evaluating the rule.
awsIotSqlVersion
- The version of the SQL rules engine to use when evaluating the rule.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.