Interface DateCondition.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DateCondition.Builder,
,DateCondition> SdkBuilder<DateCondition.Builder,
,DateCondition> SdkPojo
- Enclosing class:
DateCondition
@Mutable
@NotThreadSafe
public static interface DateCondition.Builder
extends SdkPojo, CopyableBuilder<DateCondition.Builder,DateCondition>
-
Method Summary
Modifier and TypeMethodDescriptioncomparisonType
(String comparisonType) An object to specify the hours of operation override date conditioncomparisonType
.comparisonType
(DateComparisonType comparisonType) An object to specify the hours of operation override date conditioncomparisonType
.An object to specify the hours of operation override date field.An object to specify the hours of operation override date value.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
-
fieldName
An object to specify the hours of operation override date field.
- Parameters:
fieldName
- An object to specify the hours of operation override date field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
An object to specify the hours of operation override date value.
- Parameters:
value
- An object to specify the hours of operation override date value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
comparisonType
An object to specify the hours of operation override date condition
comparisonType
.- Parameters:
comparisonType
- An object to specify the hours of operation override date conditioncomparisonType
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
comparisonType
An object to specify the hours of operation override date condition
comparisonType
.- Parameters:
comparisonType
- An object to specify the hours of operation override date conditioncomparisonType
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-