Interface LongCondition.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<LongCondition.Builder,
,LongCondition> SdkBuilder<LongCondition.Builder,
,LongCondition> SdkPojo
- Enclosing class:
LongCondition
-
Method Summary
Modifier and TypeMethodDescriptionA string that defines what values will be returned.operator
(LongConditionOperator operator) A string that defines what values will be returned.The value of an item included in one of the search item filters.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
-
value
The value of an item included in one of the search item filters.
- Parameters:
value
- The value of an item included in one of the search item filters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
operator
A string that defines what values will be returned.
If this is included, avoid combinations of operators that will return all possible values. For example, including both
EQUALS_TO
andNOT_EQUALS_TO
with a value of4
will return all values.- Parameters:
operator
- A string that defines what values will be returned.If this is included, avoid combinations of operators that will return all possible values. For example, including both
EQUALS_TO
andNOT_EQUALS_TO
with a value of4
will return all values.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
operator
A string that defines what values will be returned.
If this is included, avoid combinations of operators that will return all possible values. For example, including both
EQUALS_TO
andNOT_EQUALS_TO
with a value of4
will return all values.- Parameters:
operator
- A string that defines what values will be returned.If this is included, avoid combinations of operators that will return all possible values. For example, including both
EQUALS_TO
andNOT_EQUALS_TO
with a value of4
will return all values.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-