public static interface TagQueueRequest.Builder extends SQSRequest.Builder, CopyableBuilder<TagQueueRequest.Builder,TagQueueRequest>
| Modifier and Type | Method and Description |
|---|---|
TagQueueRequest.Builder |
queueUrl(String queueUrl)
The URL of the queue.
|
TagQueueRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
TagQueueRequest.Builder |
tags(Map<String,String> tags)
The list of tags to be added to the specified queue.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, buildTagQueueRequest.Builder queueUrl(String queueUrl)
The URL of the queue.
queueUrl - The URL of the queue.TagQueueRequest.Builder tags(Map<String,String> tags)
The list of tags to be added to the specified queue.
tags - The list of tags to be added to the specified queue.TagQueueRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.