public static interface CreateQueueRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<CreateQueueRequest.Builder,CreateQueueRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateQueueRequest.Builder |
description(String description)
The description of the queue.
|
CreateQueueRequest.Builder |
hoursOfOperationId(String hoursOfOperationId)
The identifier for the hours of operation.
|
CreateQueueRequest.Builder |
instanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
CreateQueueRequest.Builder |
maxContacts(Integer maxContacts)
The maximum number of contacts that can be in the queue before it is considered full.
|
CreateQueueRequest.Builder |
name(String name)
The name of the queue.
|
default CreateQueueRequest.Builder |
outboundCallerConfig(Consumer<OutboundCallerConfig.Builder> outboundCallerConfig)
The outbound caller ID name, number, and outbound whisper flow.
|
CreateQueueRequest.Builder |
outboundCallerConfig(OutboundCallerConfig outboundCallerConfig)
The outbound caller ID name, number, and outbound whisper flow.
|
CreateQueueRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateQueueRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateQueueRequest.Builder |
quickConnectIds(Collection<String> quickConnectIds)
The quick connects available to agents who are working the queue.
|
CreateQueueRequest.Builder |
quickConnectIds(String... quickConnectIds)
The quick connects available to agents who are working the queue.
|
CreateQueueRequest.Builder |
tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateQueueRequest.Builder instanceId(String instanceId)
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
instanceId - The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.CreateQueueRequest.Builder name(String name)
The name of the queue.
name - The name of the queue.CreateQueueRequest.Builder description(String description)
The description of the queue.
description - The description of the queue.CreateQueueRequest.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 CreateQueueRequest.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)CreateQueueRequest.Builder hoursOfOperationId(String hoursOfOperationId)
The identifier for the hours of operation.
hoursOfOperationId - The identifier for the hours of operation.CreateQueueRequest.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.CreateQueueRequest.Builder quickConnectIds(Collection<String> quickConnectIds)
The quick connects available to agents who are working the queue.
quickConnectIds - The quick connects available to agents who are working the queue.CreateQueueRequest.Builder quickConnectIds(String... quickConnectIds)
The quick connects available to agents who are working the queue.
quickConnectIds - The quick connects available to agents who are working the queue.CreateQueueRequest.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"} }.CreateQueueRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateQueueRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.