Interface HoursOfOperationOverrideSearchCriteria.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<HoursOfOperationOverrideSearchCriteria.Builder,
,HoursOfOperationOverrideSearchCriteria> SdkBuilder<HoursOfOperationOverrideSearchCriteria.Builder,
,HoursOfOperationOverrideSearchCriteria> SdkPojo
- Enclosing class:
HoursOfOperationOverrideSearchCriteria
-
Method Summary
Modifier and TypeMethodDescriptionandConditions
(Collection<HoursOfOperationOverrideSearchCriteria> andConditions) A list of conditions which would be applied together with an AND condition.andConditions
(Consumer<HoursOfOperationOverrideSearchCriteria.Builder>... andConditions) A list of conditions which would be applied together with an AND condition.andConditions
(HoursOfOperationOverrideSearchCriteria... andConditions) A list of conditions which would be applied together with an AND condition.dateCondition
(Consumer<DateCondition.Builder> dateCondition) A leaf node condition which can be used to specify a date condition.dateCondition
(DateCondition dateCondition) A leaf node condition which can be used to specify a date condition.orConditions
(Collection<HoursOfOperationOverrideSearchCriteria> orConditions) A list of conditions which would be applied together with an OR condition.orConditions
(Consumer<HoursOfOperationOverrideSearchCriteria.Builder>... orConditions) A list of conditions which would be applied together with an OR condition.orConditions
(HoursOfOperationOverrideSearchCriteria... orConditions) A list of conditions which would be applied together with an OR condition.stringCondition
(Consumer<StringCondition.Builder> stringCondition) Sets the value of the StringCondition property for this object.stringCondition
(StringCondition stringCondition) Sets the value of the StringCondition property for this object.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
-
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.Builder
avoiding the need to create one manually viaHoursOfOperationOverrideSearchCriteria.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toorConditions(List<HoursOfOperationOverrideSearchCriteria>)
.- 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:
-
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.Builder
avoiding the need to create one manually viaHoursOfOperationOverrideSearchCriteria.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toandConditions(List<HoursOfOperationOverrideSearchCriteria>)
.- 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:
-
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.Builder
avoiding the need to create one manually viaStringCondition.builder()
.When the
Consumer
completes,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:
-
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.Builder
avoiding the need to create one manually viaDateCondition.builder()
.When the
Consumer
completes,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:
-