Interface SearchableRoutingCriteria.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SearchableRoutingCriteria.Builder,,SearchableRoutingCriteria> SdkBuilder<SearchableRoutingCriteria.Builder,,SearchableRoutingCriteria> SdkPojo
- Enclosing class:
SearchableRoutingCriteria
@Mutable
@NotThreadSafe
public static interface SearchableRoutingCriteria.Builder
extends SdkPojo, CopyableBuilder<SearchableRoutingCriteria.Builder,SearchableRoutingCriteria>
-
Method Summary
Modifier and TypeMethodDescriptionThe list of Routing criteria steps of the contact routing.steps(Consumer<SearchableRoutingCriteriaStep.Builder>... steps) The list of Routing criteria steps of the contact routing.steps(SearchableRoutingCriteriaStep... steps) The list of Routing criteria steps of the contact routing.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
steps
The list of Routing criteria steps of the contact routing.
- Parameters:
steps- The list of Routing criteria steps of the contact routing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
steps
The list of Routing criteria steps of the contact routing.
- Parameters:
steps- The list of Routing criteria steps of the contact routing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
steps
The list of Routing criteria steps of the contact routing.
This is a convenience method that creates an instance of theSearchableRoutingCriteriaStep.Builderavoiding the need to create one manually viaSearchableRoutingCriteriaStep.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosteps(List<SearchableRoutingCriteriaStep>).- Parameters:
steps- a consumer that will call methods onSearchableRoutingCriteriaStep.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-