Interface DateTimeCondition.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DateTimeCondition.Builder,,DateTimeCondition> SdkBuilder<DateTimeCondition.Builder,,DateTimeCondition> SdkPojo
- Enclosing class:
DateTimeCondition
@Mutable
@NotThreadSafe
public static interface DateTimeCondition.Builder
extends SdkPojo, CopyableBuilder<DateTimeCondition.Builder,DateTimeCondition>
-
Method Summary
Modifier and TypeMethodDescriptioncomparisonType(String comparisonType) Datetime property comparison type.comparisonType(DateTimeComparisonType comparisonType) Datetime property comparison type.A name of the datetime property to be searchedA maximum value of the property.A minimum value of the 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 datetime property to be searched
- Parameters:
fieldName- A name of the datetime 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 property.
- Parameters:
minValue- A minimum value of the property.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxValue
A maximum value of the property.
- Parameters:
maxValue- A maximum value of the property.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
comparisonType
Datetime property comparison type.
- Parameters:
comparisonType- Datetime property comparison type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
comparisonType
Datetime property comparison type.
- Parameters:
comparisonType- Datetime property comparison type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-