Interface NumberCondition.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<NumberCondition.Builder,
,NumberCondition> SdkBuilder<NumberCondition.Builder,
,NumberCondition> SdkPojo
- Enclosing class:
NumberCondition
public static interface NumberCondition.Builder
extends SdkPojo, CopyableBuilder<NumberCondition.Builder,NumberCondition>
-
Method Summary
Modifier and TypeMethodDescriptioncomparisonType
(String comparisonType) The type of comparison to be made when evaluating the number condition.comparisonType
(NumberComparisonType comparisonType) The type of comparison to be made when evaluating the number condition.The name of the field in the number condition.The maxValue to be used while evaluating the number condition.The minValue to be used while evaluating the number condition.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
-
fieldName
The name of the field in the number condition.
- Parameters:
fieldName
- The name of the field in the number condition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
minValue
The minValue to be used while evaluating the number condition.
- Parameters:
minValue
- The minValue to be used while evaluating the number condition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxValue
The maxValue to be used while evaluating the number condition.
- Parameters:
maxValue
- The maxValue to be used while evaluating the number condition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
comparisonType
The type of comparison to be made when evaluating the number condition.
- Parameters:
comparisonType
- The type of comparison to be made when evaluating the number condition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
comparisonType
The type of comparison to be made when evaluating the number condition.
- Parameters:
comparisonType
- The type of comparison to be made when evaluating the number condition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-