Interface UntagQueueRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UntagQueueRequest.Builder,,UntagQueueRequest> SdkBuilder<UntagQueueRequest.Builder,,UntagQueueRequest> SdkPojo,SdkRequest.Builder,SqsRequest.Builder
- Enclosing class:
- UntagQueueRequest
@Mutable
@NotThreadSafe
public static interface UntagQueueRequest.Builder
extends SqsRequest.Builder, SdkPojo, CopyableBuilder<UntagQueueRequest.Builder,UntagQueueRequest>
-
Method Summary
Modifier and TypeMethodDescriptionoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The URL of the queue.The list of tags to be removed from the specified queue.tagKeys(Collection<String> tagKeys) The list of tags to be removed from 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.
-
tagKeys
The list of tags to be removed from the specified queue.
- Parameters:
tagKeys- The list of tags to be removed from the specified queue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tagKeys
The list of tags to be removed from the specified queue.
- Parameters:
tagKeys- The list of tags to be removed from the specified queue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UntagQueueRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UntagQueueRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-