public static interface UpdateQueueStatusRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<UpdateQueueStatusRequest.Builder,UpdateQueueStatusRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateQueueStatusRequest.Builder |
instanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
UpdateQueueStatusRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateQueueStatusRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateQueueStatusRequest.Builder |
queueId(String queueId)
The identifier for the queue.
|
UpdateQueueStatusRequest.Builder |
status(QueueStatus status)
The status of the queue.
|
UpdateQueueStatusRequest.Builder |
status(String status)
The status of the queue.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateQueueStatusRequest.Builder instanceId(String instanceId)
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
instanceId - The identifier of the Amazon Connect instance. You can find the instance
ID in the Amazon Resource Name (ARN) of the instance.UpdateQueueStatusRequest.Builder queueId(String queueId)
The identifier for the queue.
queueId - The identifier for the queue.UpdateQueueStatusRequest.Builder status(String status)
The status of the queue.
status - The status of the queue.QueueStatus,
QueueStatusUpdateQueueStatusRequest.Builder status(QueueStatus status)
The status of the queue.
status - The status of the queue.QueueStatus,
QueueStatusUpdateQueueStatusRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateQueueStatusRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.