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.lastModifiedRegion(String lastModifiedRegion) |
The Amazon Web Services Region where this resource was last modified.
|
Queue.Builder |
Queue.Builder.lastModifiedTime(Instant lastModifiedTime) |
The timestamp when this resource was last modified.
|
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(String status) |
The status of the queue.
|
Queue.Builder |
Queue.Builder.status(QueueStatus 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() |
|