| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
static Queue.Builder |
Queue.builder() |
Queue.Builder |
Queue.Builder.description(String description)
The description of the queue.
|
Queue.Builder |
Queue.Builder.hoursOfOperationId(String hoursOfOperationId)
The identifier for the hours of operation.
|
Queue.Builder |
Queue.Builder.maxContacts(Integer maxContacts)
The maximum number of contacts that can be in the queue before it is considered full.
|
Queue.Builder |
Queue.Builder.name(String name)
The name of the queue.
|
default Queue.Builder |
Queue.Builder.outboundCallerConfig(Consumer<OutboundCallerConfig.Builder> outboundCallerConfig)
The outbound caller ID name, number, and outbound whisper flow.
|
Queue.Builder |
Queue.Builder.outboundCallerConfig(OutboundCallerConfig outboundCallerConfig)
The outbound caller ID name, number, and outbound whisper flow.
|
Queue.Builder |
Queue.Builder.queueArn(String queueArn)
The Amazon Resource Name (ARN) for the queue.
|
Queue.Builder |
Queue.Builder.queueId(String queueId)
The identifier for the queue.
|
Queue.Builder |
Queue.Builder.status(QueueStatus status)
The status of the queue.
|
Queue.Builder |
Queue.Builder.status(String status)
The status of the queue.
|
Queue.Builder |
Queue.Builder.tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
Queue.Builder |
Queue.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Queue.Builder> |
Queue.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeQueueResponse.Builder |
DescribeQueueResponse.Builder.queue(Consumer<Queue.Builder> queue)
The name of the queue.
|
Copyright © 2023. All rights reserved.