Interface IntegerCriteriaCondition.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<IntegerCriteriaCondition.Builder,,IntegerCriteriaCondition> SdkBuilder<IntegerCriteriaCondition.Builder,,IntegerCriteriaCondition> SdkPojo
- Enclosing class:
IntegerCriteriaCondition
@Mutable
@NotThreadSafe
public static interface IntegerCriteriaCondition.Builder
extends SdkPojo, CopyableBuilder<IntegerCriteriaCondition.Builder,IntegerCriteriaCondition>
-
Method Summary
Modifier and TypeMethodDescriptioncomparison(String comparison) The comparison operator used to evaluate the attribute against the specified values.comparison(ComparisonOperator comparison) The comparison operator used to evaluate the attribute against the specified values.The list of integer values to compare against using the specified comparison operator.values(Collection<Integer> values) The list of integer values to compare against using the specified comparison operator.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
-
comparison
The comparison operator used to evaluate the attribute against the specified values.
- Parameters:
comparison- The comparison operator used to evaluate the attribute against the specified values.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
comparison
The comparison operator used to evaluate the attribute against the specified values.
- Parameters:
comparison- The comparison operator used to evaluate the attribute against the specified values.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
values
The list of integer values to compare against using the specified comparison operator.
- Parameters:
values- The list of integer values to compare against using the specified comparison operator.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
The list of integer values to compare against using the specified comparison operator.
- Parameters:
values- The list of integer values to compare against using the specified comparison operator.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-