public static interface UntagQueueRequest.Builder extends SQSRequest.Builder, software.amazon.awssdk.utils.builder.CopyableBuilder<UntagQueueRequest.Builder,UntagQueueRequest>
| Modifier and Type | Method and Description |
|---|---|
UntagQueueRequest.Builder |
queueUrl(String queueUrl)
The URL of the queue.
|
UntagQueueRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig) |
UntagQueueRequest.Builder |
tagKeys(Collection<String> tagKeys)
The list of tags to be removed from the specified queue.
|
UntagQueueRequest.Builder |
tagKeys(String... tagKeys)
The list of tags to be removed from the specified queue.
|
buildrequestOverrideConfig, requestOverrideConfigUntagQueueRequest.Builder queueUrl(String queueUrl)
The URL of the queue.
queueUrl - The URL of the queue.UntagQueueRequest.Builder tagKeys(Collection<String> tagKeys)
The list of tags to be removed from the specified queue.
tagKeys - The list of tags to be removed from the specified queue.UntagQueueRequest.Builder tagKeys(String... tagKeys)
The list of tags to be removed from the specified queue.
tagKeys - The list of tags to be removed from the specified queue.UntagQueueRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
requestOverrideConfig in interface AwsRequest.BuilderCopyright © 2018. All rights reserved.