public static interface UpdateQueueNameRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<UpdateQueueNameRequest.Builder,UpdateQueueNameRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateQueueNameRequest.Builder |
description(String description)
The description of the queue.
|
UpdateQueueNameRequest.Builder |
instanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
UpdateQueueNameRequest.Builder |
name(String name)
The name of the queue.
|
UpdateQueueNameRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateQueueNameRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateQueueNameRequest.Builder |
queueId(String queueId)
The identifier for the queue.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateQueueNameRequest.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.UpdateQueueNameRequest.Builder queueId(String queueId)
The identifier for the queue.
queueId - The identifier for the queue.UpdateQueueNameRequest.Builder name(String name)
The name of the queue.
name - The name of the queue.UpdateQueueNameRequest.Builder description(String description)
The description of the queue.
description - The description of the queue.UpdateQueueNameRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateQueueNameRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.