Interface ContactFlowSearchCriteria.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ContactFlowSearchCriteria.Builder,ContactFlowSearchCriteria>,SdkBuilder<ContactFlowSearchCriteria.Builder,ContactFlowSearchCriteria>,SdkPojo
- Enclosing class:
- ContactFlowSearchCriteria
public static interface ContactFlowSearchCriteria.Builder extends SdkPojo, CopyableBuilder<ContactFlowSearchCriteria.Builder,ContactFlowSearchCriteria>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description ContactFlowSearchCriteria.BuilderandConditions(Collection<ContactFlowSearchCriteria> andConditions)A list of conditions which would be applied together with anANDcondition.ContactFlowSearchCriteria.BuilderandConditions(Consumer<ContactFlowSearchCriteria.Builder>... andConditions)A list of conditions which would be applied together with anANDcondition.ContactFlowSearchCriteria.BuilderandConditions(ContactFlowSearchCriteria... andConditions)A list of conditions which would be applied together with anANDcondition.ContactFlowSearchCriteria.BuilderorConditions(Collection<ContactFlowSearchCriteria> orConditions)A list of conditions which would be applied together with anORcondition.ContactFlowSearchCriteria.BuilderorConditions(Consumer<ContactFlowSearchCriteria.Builder>... orConditions)A list of conditions which would be applied together with anORcondition.ContactFlowSearchCriteria.BuilderorConditions(ContactFlowSearchCriteria... orConditions)A list of conditions which would be applied together with anORcondition.ContactFlowSearchCriteria.BuilderstateCondition(String stateCondition)The state of the flow.ContactFlowSearchCriteria.BuilderstateCondition(ContactFlowState stateCondition)The state of the flow.ContactFlowSearchCriteria.BuilderstatusCondition(String statusCondition)The status of the flow.ContactFlowSearchCriteria.BuilderstatusCondition(ContactFlowStatus statusCondition)The status of the flow.default ContactFlowSearchCriteria.BuilderstringCondition(Consumer<StringCondition.Builder> stringCondition)Sets the value of the StringCondition property for this object.ContactFlowSearchCriteria.BuilderstringCondition(StringCondition stringCondition)Sets the value of the StringCondition property for this object.ContactFlowSearchCriteria.BuildertypeCondition(String typeCondition)The type of flow.ContactFlowSearchCriteria.BuildertypeCondition(ContactFlowType typeCondition)The type of flow.-
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
ContactFlowSearchCriteria.Builder orConditions(Collection<ContactFlowSearchCriteria> 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
ContactFlowSearchCriteria.Builder orConditions(ContactFlowSearchCriteria... 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
ContactFlowSearchCriteria.Builder orConditions(Consumer<ContactFlowSearchCriteria.Builder>... orConditions)
A list of conditions which would be applied together with an
This is a convenience method that creates an instance of theORcondition.ContactFlowSearchCriteria.Builderavoiding the need to create one manually viaContactFlowSearchCriteria.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 onContactFlowSearchCriteria.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#orConditions(java.util.Collection)
-
andConditions
ContactFlowSearchCriteria.Builder andConditions(Collection<ContactFlowSearchCriteria> 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
ContactFlowSearchCriteria.Builder andConditions(ContactFlowSearchCriteria... 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
ContactFlowSearchCriteria.Builder andConditions(Consumer<ContactFlowSearchCriteria.Builder>... andConditions)
A list of conditions which would be applied together with an
This is a convenience method that creates an instance of theANDcondition.ContactFlowSearchCriteria.Builderavoiding the need to create one manually viaContactFlowSearchCriteria.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 onContactFlowSearchCriteria.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#andConditions(java.util.Collection)
-
stringCondition
ContactFlowSearchCriteria.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 ContactFlowSearchCriteria.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)
-
typeCondition
ContactFlowSearchCriteria.Builder typeCondition(String typeCondition)
The type of flow.
- Parameters:
typeCondition- The type of flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ContactFlowType,ContactFlowType
-
typeCondition
ContactFlowSearchCriteria.Builder typeCondition(ContactFlowType typeCondition)
The type of flow.
- Parameters:
typeCondition- The type of flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ContactFlowType,ContactFlowType
-
stateCondition
ContactFlowSearchCriteria.Builder stateCondition(String 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:
ContactFlowState,ContactFlowState
-
stateCondition
ContactFlowSearchCriteria.Builder stateCondition(ContactFlowState 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:
ContactFlowState,ContactFlowState
-
statusCondition
ContactFlowSearchCriteria.Builder statusCondition(String 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:
ContactFlowStatus,ContactFlowStatus
-
statusCondition
ContactFlowSearchCriteria.Builder statusCondition(ContactFlowStatus 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:
ContactFlowStatus,ContactFlowStatus
-
-