Interface ContactFlowModuleSearchCriteria.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ContactFlowModuleSearchCriteria.Builder,ContactFlowModuleSearchCriteria>,SdkBuilder<ContactFlowModuleSearchCriteria.Builder,ContactFlowModuleSearchCriteria>,SdkPojo
- Enclosing class:
- ContactFlowModuleSearchCriteria
public static interface ContactFlowModuleSearchCriteria.Builder extends SdkPojo, CopyableBuilder<ContactFlowModuleSearchCriteria.Builder,ContactFlowModuleSearchCriteria>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description ContactFlowModuleSearchCriteria.BuilderandConditions(Collection<ContactFlowModuleSearchCriteria> andConditions)A list of conditions which would be applied together with anANDcondition.ContactFlowModuleSearchCriteria.BuilderandConditions(Consumer<ContactFlowModuleSearchCriteria.Builder>... andConditions)A list of conditions which would be applied together with anANDcondition.ContactFlowModuleSearchCriteria.BuilderandConditions(ContactFlowModuleSearchCriteria... andConditions)A list of conditions which would be applied together with anANDcondition.ContactFlowModuleSearchCriteria.BuilderorConditions(Collection<ContactFlowModuleSearchCriteria> orConditions)A list of conditions which would be applied together with anORcondition.ContactFlowModuleSearchCriteria.BuilderorConditions(Consumer<ContactFlowModuleSearchCriteria.Builder>... orConditions)A list of conditions which would be applied together with anORcondition.ContactFlowModuleSearchCriteria.BuilderorConditions(ContactFlowModuleSearchCriteria... orConditions)A list of conditions which would be applied together with anORcondition.default ContactFlowModuleSearchCriteria.BuilderstringCondition(Consumer<StringCondition.Builder> stringCondition)Sets the value of the StringCondition property for this object.ContactFlowModuleSearchCriteria.BuilderstringCondition(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, sdkFields
-
-
-
-
Method Detail
-
orConditions
ContactFlowModuleSearchCriteria.Builder orConditions(Collection<ContactFlowModuleSearchCriteria> orConditions)
A list of conditions which would be applied together with an
ORcondition.- Parameters:
orConditions- A list of conditions which would be applied together with anORcondition.- 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
ORcondition.- Parameters:
orConditions- A list of conditions which would be applied together with anORcondition.- 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 theORcondition.ContactFlowModuleSearchCriteria.Builderavoiding the need to create one manually viaContactFlowModuleSearchCriteria.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 onContactFlowModuleSearchCriteria.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#orConditions(java.util.Collection)
-
andConditions
ContactFlowModuleSearchCriteria.Builder andConditions(Collection<ContactFlowModuleSearchCriteria> andConditions)
A list of conditions which would be applied together with an
ANDcondition.- Parameters:
andConditions- A list of conditions which would be applied together with anANDcondition.- 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
ANDcondition.- Parameters:
andConditions- A list of conditions which would be applied together with anANDcondition.- 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 theANDcondition.ContactFlowModuleSearchCriteria.Builderavoiding the need to create one manually viaContactFlowModuleSearchCriteria.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 onContactFlowModuleSearchCriteria.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#andConditions(java.util.Collection)
-
stringCondition
ContactFlowModuleSearchCriteria.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 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.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)
-
-