public static interface UntagQueueRequest.Builder extends SQSRequest.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)
Add an optional request override configuration.
|
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.
|
build
requestOverrideConfig, requestOverrideConfig
copy
apply, build
UntagQueueRequest.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)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.