public static interface Queue.Builder extends SdkPojo, CopyableBuilder<Queue.Builder,Queue>
| Modifier and Type | Method and Description |
|---|---|
Queue.Builder |
description(String description)
The description of the queue.
|
Queue.Builder |
hoursOfOperationId(String hoursOfOperationId)
The identifier for the hours of operation.
|
Queue.Builder |
maxContacts(Integer maxContacts)
The maximum number of contacts that can be in the queue before it is considered full.
|
Queue.Builder |
name(String name)
The name of the queue.
|
default Queue.Builder |
outboundCallerConfig(Consumer<OutboundCallerConfig.Builder> outboundCallerConfig)
The outbound caller ID name, number, and outbound whisper flow.
|
Queue.Builder |
outboundCallerConfig(OutboundCallerConfig outboundCallerConfig)
The outbound caller ID name, number, and outbound whisper flow.
|
Queue.Builder |
queueArn(String queueArn)
The Amazon Resource Name (ARN) for the queue.
|
Queue.Builder |
queueId(String queueId)
The identifier for the queue.
|
Queue.Builder |
status(QueueStatus status)
The status of the queue.
|
Queue.Builder |
status(String status)
The status of the queue.
|
Queue.Builder |
tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildQueue.Builder name(String name)
The name of the queue.
name - The name of the queue.Queue.Builder queueArn(String queueArn)
The Amazon Resource Name (ARN) for the queue.
queueArn - The Amazon Resource Name (ARN) for the queue.Queue.Builder queueId(String queueId)
The identifier for the queue.
queueId - The identifier for the queue.Queue.Builder description(String description)
The description of the queue.
description - The description of the queue.Queue.Builder outboundCallerConfig(OutboundCallerConfig outboundCallerConfig)
The outbound caller ID name, number, and outbound whisper flow.
outboundCallerConfig - The outbound caller ID name, number, and outbound whisper flow.default Queue.Builder outboundCallerConfig(Consumer<OutboundCallerConfig.Builder> outboundCallerConfig)
The outbound caller ID name, number, and outbound whisper flow.
This is a convenience method that creates an instance of theOutboundCallerConfig.Builder avoiding
the need to create one manually via OutboundCallerConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to outboundCallerConfig(OutboundCallerConfig).outboundCallerConfig - a consumer that will call methods on OutboundCallerConfig.BuilderoutboundCallerConfig(OutboundCallerConfig)Queue.Builder hoursOfOperationId(String hoursOfOperationId)
The identifier for the hours of operation.
hoursOfOperationId - The identifier for the hours of operation.Queue.Builder maxContacts(Integer maxContacts)
The maximum number of contacts that can be in the queue before it is considered full.
maxContacts - The maximum number of contacts that can be in the queue before it is considered full.Queue.Builder status(String status)
The status of the queue.
status - The status of the queue.QueueStatus,
QueueStatusQueue.Builder status(QueueStatus status)
The status of the queue.
status - The status of the queue.QueueStatus,
QueueStatusQueue.Builder tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
tags - The tags used to organize, track, or control access for this resource. For example, { "tags":
{"key1":"value1", "key2":"value2"} }.Copyright © 2022. All rights reserved.