public static interface SimpleRule.Builder extends SdkPojo, CopyableBuilder<SimpleRule.Builder,SimpleRule>
| Modifier and Type | Method and Description |
|---|---|
SimpleRule.Builder |
comparisonOperator(ComparisonOperator comparisonOperator)
The comparison operator.
|
SimpleRule.Builder |
comparisonOperator(String comparisonOperator)
The comparison operator.
|
SimpleRule.Builder |
inputProperty(String inputProperty)
The value on the left side of the comparison operator.
|
SimpleRule.Builder |
threshold(String threshold)
The value on the right side of the comparison operator.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSimpleRule.Builder inputProperty(String inputProperty)
The value on the left side of the comparison operator. You can specify an AWS IoT Events input attribute as an input property.
inputProperty - The value on the left side of the comparison operator. You can specify an AWS IoT Events input
attribute as an input property.SimpleRule.Builder comparisonOperator(String comparisonOperator)
The comparison operator.
comparisonOperator - The comparison operator.ComparisonOperator,
ComparisonOperatorSimpleRule.Builder comparisonOperator(ComparisonOperator comparisonOperator)
The comparison operator.
comparisonOperator - The comparison operator.ComparisonOperator,
ComparisonOperatorSimpleRule.Builder threshold(String threshold)
The value on the right side of the comparison operator. You can enter a number or specify an AWS IoT Events input attribute.
threshold - The value on the right side of the comparison operator. You can enter a number or specify an AWS IoT
Events input attribute.Copyright © 2022. All rights reserved.