static CreateQueueRequest.Builder |
CreateQueueRequest.builder() |
|
CreateQueueRequest.Builder |
CreateQueueRequest.Builder.description(String description) |
The description of the queue.
|
CreateQueueRequest.Builder |
CreateQueueRequest.Builder.hoursOfOperationId(String hoursOfOperationId) |
The identifier for the hours of operation.
|
CreateQueueRequest.Builder |
CreateQueueRequest.Builder.instanceId(String instanceId) |
The identifier of the Amazon Connect instance.
|
CreateQueueRequest.Builder |
CreateQueueRequest.Builder.maxContacts(Integer maxContacts) |
The maximum number of contacts that can be in the queue before it is considered full.
|
CreateQueueRequest.Builder |
CreateQueueRequest.Builder.name(String name) |
The name of the queue.
|
default CreateQueueRequest.Builder |
CreateQueueRequest.Builder.outboundCallerConfig(Consumer<OutboundCallerConfig.Builder> outboundCallerConfig) |
The outbound caller ID name, number, and outbound whisper flow.
|
CreateQueueRequest.Builder |
CreateQueueRequest.Builder.outboundCallerConfig(OutboundCallerConfig outboundCallerConfig) |
The outbound caller ID name, number, and outbound whisper flow.
|
CreateQueueRequest.Builder |
CreateQueueRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateQueueRequest.Builder |
CreateQueueRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateQueueRequest.Builder |
CreateQueueRequest.Builder.quickConnectIds(String... quickConnectIds) |
The quick connects available to agents who are working the queue.
|
CreateQueueRequest.Builder |
CreateQueueRequest.Builder.quickConnectIds(Collection<String> quickConnectIds) |
The quick connects available to agents who are working the queue.
|
CreateQueueRequest.Builder |
CreateQueueRequest.Builder.tags(Map<String,String> tags) |
The tags used to organize, track, or control access for this resource.
|
CreateQueueRequest.Builder |
CreateQueueRequest.toBuilder() |
|