Interface ContactFlowModuleSearchCriteria.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ContactFlowModuleSearchCriteria.Builder,
,ContactFlowModuleSearchCriteria> SdkBuilder<ContactFlowModuleSearchCriteria.Builder,
,ContactFlowModuleSearchCriteria> SdkPojo
- Enclosing class:
ContactFlowModuleSearchCriteria
-
Method Summary
Modifier and TypeMethodDescriptionandConditions
(Collection<ContactFlowModuleSearchCriteria> andConditions) A list of conditions which would be applied together with anAND
condition.andConditions
(Consumer<ContactFlowModuleSearchCriteria.Builder>... andConditions) A list of conditions which would be applied together with anAND
condition.andConditions
(ContactFlowModuleSearchCriteria... andConditions) A list of conditions which would be applied together with anAND
condition.orConditions
(Collection<ContactFlowModuleSearchCriteria> orConditions) A list of conditions which would be applied together with anOR
condition.orConditions
(Consumer<ContactFlowModuleSearchCriteria.Builder>... orConditions) A list of conditions which would be applied together with anOR
condition.orConditions
(ContactFlowModuleSearchCriteria... orConditions) A list of conditions which would be applied together with anOR
condition.stateCondition
(String stateCondition) The state of the flow.stateCondition
(ContactFlowModuleState stateCondition) The state of the flow.statusCondition
(String statusCondition) The status of the flow.statusCondition
(ContactFlowModuleStatus statusCondition) The status of the flow.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
ContactFlowModuleSearchCriteria.Builder orConditions(Collection<ContactFlowModuleSearchCriteria> 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 anOR
condition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
orConditions
ContactFlowModuleSearchCriteria.Builder orConditions(ContactFlowModuleSearchCriteria... 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 anOR
condition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
orConditions
ContactFlowModuleSearchCriteria.Builder orConditions(Consumer<ContactFlowModuleSearchCriteria.Builder>... orConditions) A list of conditions which would be applied together with an
This is a convenience method that creates an instance of theOR
condition.ContactFlowModuleSearchCriteria.Builder
avoiding the need to create one manually viaContactFlowModuleSearchCriteria.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toorConditions(List<ContactFlowModuleSearchCriteria>)
.- Parameters:
orConditions
- a consumer that will call methods onContactFlowModuleSearchCriteria.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
andConditions
ContactFlowModuleSearchCriteria.Builder andConditions(Collection<ContactFlowModuleSearchCriteria> 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 anAND
condition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
andConditions
ContactFlowModuleSearchCriteria.Builder andConditions(ContactFlowModuleSearchCriteria... 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 anAND
condition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
andConditions
ContactFlowModuleSearchCriteria.Builder andConditions(Consumer<ContactFlowModuleSearchCriteria.Builder>... andConditions) A list of conditions which would be applied together with an
This is a convenience method that creates an instance of theAND
condition.ContactFlowModuleSearchCriteria.Builder
avoiding the need to create one manually viaContactFlowModuleSearchCriteria.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toandConditions(List<ContactFlowModuleSearchCriteria>)
.- Parameters:
andConditions
- a consumer that will call methods onContactFlowModuleSearchCriteria.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 ContactFlowModuleSearchCriteria.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:
-
stateCondition
The state of the flow.
- Parameters:
stateCondition
- The state of the flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
stateCondition
The state of the flow.
- Parameters:
stateCondition
- The state of the flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusCondition
The status of the flow.
- Parameters:
statusCondition
- The status of the flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusCondition
The status of the flow.
- Parameters:
statusCondition
- The status of the flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-