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
Modifier and TypeMethodDescriptionThe channels this queue supports.The channels this queue supports.The Amazon Resource Name (ARN) of the queue.The identifier for the queue.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 Details
-
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
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
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
The channels this queue supports. Valid Values: CHAT | TASK | EMAIL
- Parameters:
channel
- The channels this queue supports. Valid Values: CHAT | TASK | EMAIL- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
channel
The channels this queue supports. Valid Values: CHAT | TASK | EMAIL
- Parameters:
channel
- The channels this queue supports. Valid Values: CHAT | TASK | EMAIL- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-