Interface RoutingProfileManualAssignmentQueueConfigSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RoutingProfileManualAssignmentQueueConfigSummary.Builder,RoutingProfileManualAssignmentQueueConfigSummary>,SdkBuilder<RoutingProfileManualAssignmentQueueConfigSummary.Builder,RoutingProfileManualAssignmentQueueConfigSummary>,SdkPojo
- Enclosing class:
- RoutingProfileManualAssignmentQueueConfigSummary
@Mutable @NotThreadSafe public static interface RoutingProfileManualAssignmentQueueConfigSummary.Builder extends SdkPojo, CopyableBuilder<RoutingProfileManualAssignmentQueueConfigSummary.Builder,RoutingProfileManualAssignmentQueueConfigSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RoutingProfileManualAssignmentQueueConfigSummary.Builderchannel(String channel)The channels this queue supports.RoutingProfileManualAssignmentQueueConfigSummary.Builderchannel(Channel channel)The channels this queue supports.RoutingProfileManualAssignmentQueueConfigSummary.BuilderqueueArn(String queueArn)The Amazon Resource Name (ARN) of the queue.RoutingProfileManualAssignmentQueueConfigSummary.BuilderqueueId(String queueId)The identifier for the queue.RoutingProfileManualAssignmentQueueConfigSummary.BuilderqueueName(String queueName)The name of 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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
queueId
RoutingProfileManualAssignmentQueueConfigSummary.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.
-
queueArn
RoutingProfileManualAssignmentQueueConfigSummary.Builder queueArn(String queueArn)
The Amazon Resource Name (ARN) of the queue.
- Parameters:
queueArn- The Amazon Resource Name (ARN) of the queue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
queueName
RoutingProfileManualAssignmentQueueConfigSummary.Builder queueName(String queueName)
The name of the queue.
- Parameters:
queueName- The name of the queue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
channel
RoutingProfileManualAssignmentQueueConfigSummary.Builder channel(String channel)
The channels this queue supports. Valid Values: CHAT | TASK | EMAIL
VOICE is not supported. The information shown below is incorrect. We're working to correct it.
- Parameters:
channel- The channels this queue supports. Valid Values: CHAT | TASK | EMAILVOICE is not supported. The information shown below is incorrect. We're working to correct it.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
Channel,Channel
-
channel
RoutingProfileManualAssignmentQueueConfigSummary.Builder channel(Channel channel)
The channels this queue supports. Valid Values: CHAT | TASK | EMAIL
VOICE is not supported. The information shown below is incorrect. We're working to correct it.
- Parameters:
channel- The channels this queue supports. Valid Values: CHAT | TASK | EMAILVOICE is not supported. The information shown below is incorrect. We're working to correct it.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
Channel,Channel
-
-