Interface TimeCondition.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TimeCondition.Builder,
,TimeCondition> SdkBuilder<TimeCondition.Builder,
,TimeCondition> SdkPojo
- Enclosing class:
TimeCondition
-
Method Summary
Modifier and TypeMethodDescriptionA string that defines what values will be returned.operator
(TimeConditionOperator operator) A string that defines what values will be returned.This is the timestamp value of the time 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, sdkFieldNameToField, sdkFields
-
Method Details
-
value
This is the timestamp value of the time condition.
- Parameters:
value
- This is the timestamp value of the time condition.- 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:
-