Interface HoursOfOperationOverrideSearchCriteria.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<HoursOfOperationOverrideSearchCriteria.Builder,HoursOfOperationOverrideSearchCriteria>,SdkBuilder<HoursOfOperationOverrideSearchCriteria.Builder,HoursOfOperationOverrideSearchCriteria>,SdkPojo
- Enclosing class:
- HoursOfOperationOverrideSearchCriteria
public static interface HoursOfOperationOverrideSearchCriteria.Builder extends SdkPojo, CopyableBuilder<HoursOfOperationOverrideSearchCriteria.Builder,HoursOfOperationOverrideSearchCriteria>
-
-
Method Summary
-
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 Detail
-
orConditions
HoursOfOperationOverrideSearchCriteria.Builder orConditions(Collection<HoursOfOperationOverrideSearchCriteria> orConditions)
A list of conditions which would be applied together with an OR condition.
- Parameters:
orConditions- A list of conditions which would be applied together with an OR condition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
orConditions
HoursOfOperationOverrideSearchCriteria.Builder orConditions(HoursOfOperationOverrideSearchCriteria... orConditions)
A list of conditions which would be applied together with an OR condition.
- Parameters:
orConditions- A list of conditions which would be applied together with an OR condition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
orConditions
HoursOfOperationOverrideSearchCriteria.Builder orConditions(Consumer<HoursOfOperationOverrideSearchCriteria.Builder>... orConditions)
A list of conditions which would be applied together with an OR condition.
This is a convenience method that creates an instance of theHoursOfOperationOverrideSearchCriteria.Builderavoiding the need to create one manually viaHoursOfOperationOverrideSearchCriteria.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#orConditions(List.) - Parameters:
orConditions- a consumer that will call methods onHoursOfOperationOverrideSearchCriteria.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#orConditions(java.util.Collection)
-
andConditions
HoursOfOperationOverrideSearchCriteria.Builder andConditions(Collection<HoursOfOperationOverrideSearchCriteria> andConditions)
A list of conditions which would be applied together with an AND condition.
- Parameters:
andConditions- A list of conditions which would be applied together with an AND condition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
andConditions
HoursOfOperationOverrideSearchCriteria.Builder andConditions(HoursOfOperationOverrideSearchCriteria... andConditions)
A list of conditions which would be applied together with an AND condition.
- Parameters:
andConditions- A list of conditions which would be applied together with an AND condition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
andConditions
HoursOfOperationOverrideSearchCriteria.Builder andConditions(Consumer<HoursOfOperationOverrideSearchCriteria.Builder>... andConditions)
A list of conditions which would be applied together with an AND condition.
This is a convenience method that creates an instance of theHoursOfOperationOverrideSearchCriteria.Builderavoiding the need to create one manually viaHoursOfOperationOverrideSearchCriteria.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#andConditions(List.) - Parameters:
andConditions- a consumer that will call methods onHoursOfOperationOverrideSearchCriteria.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#andConditions(java.util.Collection)
-
stringCondition
HoursOfOperationOverrideSearchCriteria.Builder stringCondition(StringCondition stringCondition)
Sets the value of the StringCondition property for this object.- Parameters:
stringCondition- The new value for the StringCondition property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stringCondition
default HoursOfOperationOverrideSearchCriteria.Builder stringCondition(Consumer<StringCondition.Builder> stringCondition)
Sets the value of the StringCondition property for this object. This is a convenience method that creates an instance of theStringCondition.Builderavoiding the need to create one manually viaStringCondition.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tostringCondition(StringCondition).- Parameters:
stringCondition- a consumer that will call methods onStringCondition.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
stringCondition(StringCondition)
-
dateCondition
HoursOfOperationOverrideSearchCriteria.Builder dateCondition(DateCondition dateCondition)
A leaf node condition which can be used to specify a date condition.
- Parameters:
dateCondition- A leaf node condition which can be used to specify a date condition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dateCondition
default HoursOfOperationOverrideSearchCriteria.Builder dateCondition(Consumer<DateCondition.Builder> dateCondition)
A leaf node condition which can be used to specify a date condition.
This is a convenience method that creates an instance of theDateCondition.Builderavoiding the need to create one manually viaDateCondition.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todateCondition(DateCondition).- Parameters:
dateCondition- a consumer that will call methods onDateCondition.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
dateCondition(DateCondition)
-
-