Struct aws_sdk_iot::model::topic_rule::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for TopicRule
Implementations
The name of the rule.
The SQL statement used to query the topic. When using a SQL query with multiple lines, be sure to escape the newline characters.
The SQL statement used to query the topic. When using a SQL query with multiple lines, be sure to escape the newline characters.
The description of the rule.
The description of the rule.
The date and time the rule was created.
The date and time the rule was created.
Appends an item to actions
.
To override the contents of this collection use set_actions
.
The actions associated with the rule.
The actions associated with the rule.
Specifies whether the rule is disabled.
Specifies whether the rule is disabled.
The version of the SQL rules engine to use when evaluating the rule.
The version of the SQL rules engine to use when evaluating the rule.
The action to perform when an error occurs.
The action to perform when an error occurs.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more