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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RoutingCriteriaInputStepExpiry.BuilderdurationInSeconds(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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
durationInSeconds
RoutingCriteriaInputStepExpiry.Builder durationInSeconds(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.
- 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.
-
-