Interface DecimalCondition.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DecimalCondition.Builder,,DecimalCondition> SdkBuilder<DecimalCondition.Builder,,DecimalCondition> SdkPojo
- Enclosing class:
DecimalCondition
@Mutable
@NotThreadSafe
public static interface DecimalCondition.Builder
extends SdkPojo, CopyableBuilder<DecimalCondition.Builder,DecimalCondition>
-
Method Summary
Modifier and TypeMethodDescriptioncomparisonType(String comparisonType) The type of comparison to be made when evaluating the decimal condition.comparisonType(DecimalComparisonType comparisonType) The type of comparison to be made when evaluating the decimal condition.A name of the decimal property to be searched.A maximum value of the decimal property.A minimum value of the decimal property.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
fieldName
A name of the decimal property to be searched.
- Parameters:
fieldName- A name of the decimal property to be searched.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
minValue
A minimum value of the decimal property.
- Parameters:
minValue- A minimum value of the decimal property.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxValue
A maximum value of the decimal property.
- Parameters:
maxValue- A maximum value of the decimal property.- 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 decimal condition.
- Parameters:
comparisonType- The type of comparison to be made when evaluating the decimal 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 decimal condition.
- Parameters:
comparisonType- The type of comparison to be made when evaluating the decimal condition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-