Interface RoutingCriteriaInputStepExpiry.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RoutingCriteriaInputStepExpiry.Builder,
,RoutingCriteriaInputStepExpiry> SdkBuilder<RoutingCriteriaInputStepExpiry.Builder,
,RoutingCriteriaInputStepExpiry> SdkPojo
- Enclosing class:
RoutingCriteriaInputStepExpiry
public static interface RoutingCriteriaInputStepExpiry.Builder
extends SdkPojo, CopyableBuilder<RoutingCriteriaInputStepExpiry.Builder,RoutingCriteriaInputStepExpiry>
-
Method Summary
Modifier and TypeMethodDescriptiondurationInSeconds
(Integer durationInSeconds) The number of seconds that the contact will be routed only to agents matching this routing step, if expiry was configured for this routing step.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 Details
-
durationInSeconds
The number of seconds that the contact will be routed only to agents matching this routing step, if expiry was configured for this routing step.
- Parameters:
durationInSeconds
- The number of seconds that the contact will be routed only to agents matching this routing step, if expiry was configured for this routing step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-