Interface RoutingProfileQueueReference.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RoutingProfileQueueReference.Builder,RoutingProfileQueueReference>,SdkBuilder<RoutingProfileQueueReference.Builder,RoutingProfileQueueReference>,SdkPojo
- Enclosing class:
- RoutingProfileQueueReference
public static interface RoutingProfileQueueReference.Builder extends SdkPojo, CopyableBuilder<RoutingProfileQueueReference.Builder,RoutingProfileQueueReference>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RoutingProfileQueueReference.Builderchannel(String channel)The channels agents can handle in the Contact Control Panel (CCP) for this routing profile.RoutingProfileQueueReference.Builderchannel(Channel channel)The channels agents can handle in the Contact Control Panel (CCP) for this routing profile.RoutingProfileQueueReference.BuilderqueueId(String queueId)The identifier for the queue.-
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
-
queueId
RoutingProfileQueueReference.Builder queueId(String queueId)
The identifier for the queue.
- Parameters:
queueId- The identifier for the queue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
channel
RoutingProfileQueueReference.Builder channel(String channel)
The channels agents can handle in the Contact Control Panel (CCP) for this routing profile.
-
channel
RoutingProfileQueueReference.Builder channel(Channel channel)
The channels agents can handle in the Contact Control Panel (CCP) for this routing profile.
-
-