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.
|
build
requestOverrideConfig, requestOverrideConfig
copy
apply, build
TagQueueRequest.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.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.