Interface SimpleRuleEvaluation.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SimpleRuleEvaluation.Builder,
,SimpleRuleEvaluation> SdkBuilder<SimpleRuleEvaluation.Builder,
,SimpleRuleEvaluation> SdkPojo
- Enclosing class:
SimpleRuleEvaluation
public static interface SimpleRuleEvaluation.Builder
extends SdkPojo, CopyableBuilder<SimpleRuleEvaluation.Builder,SimpleRuleEvaluation>
-
Method Summary
Modifier and TypeMethodDescriptioninputPropertyValue
(String inputPropertyValue) The value of the input property, on the left side of the comparison operator.The comparison operator.operator
(ComparisonOperator operator) The comparison operator.thresholdValue
(String thresholdValue) The threshold 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, sdkFields
-
Method Details
-
inputPropertyValue
The value of the input property, on the left side of the comparison operator.
- Parameters:
inputPropertyValue
- The value of the input property, on the left side of the comparison operator.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
operator
The comparison operator.
- Parameters:
operator
- The comparison operator.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
operator
The comparison operator.
- Parameters:
operator
- The comparison operator.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
thresholdValue
The threshold value, on the right side of the comparison operator.
- Parameters:
thresholdValue
- The threshold value, on the right side of the comparison operator.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-