| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
TopicRule.Builder |
TopicRule.Builder.actions(Action... actions)
The actions associated with the rule.
|
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.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.
|
TopicRule.Builder |
TopicRule.Builder.errorAction(Action errorAction)
The action to perform when an error occurs.
|
default TopicRule.Builder |
TopicRule.Builder.errorAction(Consumer<Action.Builder> 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() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TopicRule.Builder> |
TopicRule.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetTopicRuleResponse.Builder |
GetTopicRuleResponse.Builder.rule(Consumer<TopicRule.Builder> rule)
The rule.
|
Copyright © 2023. All rights reserved.