Interface SimpleRule.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SimpleRule.Builder,
,SimpleRule> SdkBuilder<SimpleRule.Builder,
,SimpleRule> SdkPojo
- Enclosing class:
SimpleRule
@Mutable
@NotThreadSafe
public static interface SimpleRule.Builder
extends SdkPojo, CopyableBuilder<SimpleRule.Builder,SimpleRule>
-
Method Summary
Modifier and TypeMethodDescriptioncomparisonOperator
(String comparisonOperator) The comparison operator.comparisonOperator
(ComparisonOperator comparisonOperator) The comparison operator.inputProperty
(String inputProperty) The value on the left side of the comparison operator.The value on the right side of the comparison operator.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
inputProperty
The value on the left side of the comparison operator. You can specify an AWS IoT Events input attribute as an input property.
- Parameters:
inputProperty
- The value on the left side of the comparison operator. You can specify an AWS IoT Events input attribute as an input property.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
comparisonOperator
The comparison operator.
- Parameters:
comparisonOperator
- The comparison operator.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
comparisonOperator
The comparison operator.
- Parameters:
comparisonOperator
- The comparison operator.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
threshold
The value on the right side of the comparison operator. You can enter a number or specify an AWS IoT Events input attribute.
- Parameters:
threshold
- The value on the right side of the comparison operator. You can enter a number or specify an AWS IoT Events input attribute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-