Interface TagQueueRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<TagQueueRequest.Builder,,TagQueueRequest> SdkBuilder<TagQueueRequest.Builder,,TagQueueRequest> SdkPojo,SdkRequest.Builder,SqsRequest.Builder
- Enclosing class:
- TagQueueRequest
@Mutable
@NotThreadSafe
public static interface TagQueueRequest.Builder
extends SqsRequest.Builder, SdkPojo, CopyableBuilder<TagQueueRequest.Builder,TagQueueRequest>
-
Method Summary
Modifier and TypeMethodDescriptionoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The URL of the queue.The list of tags to be added to the specified queue.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.sqs.model.SqsRequest.Builder
build
-
Method Details
-
queueUrl
The URL of the queue.
- Parameters:
queueUrl- The URL of the queue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The list of tags to be added to the specified queue.
- Parameters:
tags- The list of tags to be added to the specified queue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
TagQueueRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
TagQueueRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-