public static interface UpdateQueueOutboundCallerConfigRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<UpdateQueueOutboundCallerConfigRequest.Builder,UpdateQueueOutboundCallerConfigRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateQueueOutboundCallerConfigRequest.Builder |
instanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
default UpdateQueueOutboundCallerConfigRequest.Builder |
outboundCallerConfig(Consumer<OutboundCallerConfig.Builder> outboundCallerConfig)
The outbound caller ID name, number, and outbound whisper flow.
|
UpdateQueueOutboundCallerConfigRequest.Builder |
outboundCallerConfig(OutboundCallerConfig outboundCallerConfig)
The outbound caller ID name, number, and outbound whisper flow.
|
UpdateQueueOutboundCallerConfigRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateQueueOutboundCallerConfigRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateQueueOutboundCallerConfigRequest.Builder |
queueId(String queueId)
The identifier for the queue.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateQueueOutboundCallerConfigRequest.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.UpdateQueueOutboundCallerConfigRequest.Builder queueId(String queueId)
The identifier for the queue.
queueId - The identifier for the queue.UpdateQueueOutboundCallerConfigRequest.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 UpdateQueueOutboundCallerConfigRequest.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)UpdateQueueOutboundCallerConfigRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateQueueOutboundCallerConfigRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.