public static interface UntagResourceRequest.Builder extends SnsRequest.Builder, SdkPojo, CopyableBuilder<UntagResourceRequest.Builder,UntagResourceRequest>
| Modifier and Type | Method and Description |
|---|---|
UntagResourceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UntagResourceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UntagResourceRequest.Builder |
resourceArn(String resourceArn)
The ARN of the topic from which to remove tags.
|
UntagResourceRequest.Builder |
tagKeys(Collection<String> tagKeys)
The list of tag keys to remove from the specified topic.
|
UntagResourceRequest.Builder |
tagKeys(String... tagKeys)
The list of tag keys to remove from the specified topic.
|
buildoverrideConfigurationcopyapplyMutation, buildUntagResourceRequest.Builder resourceArn(String resourceArn)
The ARN of the topic from which to remove tags.
resourceArn - The ARN of the topic from which to remove tags.UntagResourceRequest.Builder tagKeys(Collection<String> tagKeys)
The list of tag keys to remove from the specified topic.
tagKeys - The list of tag keys to remove from the specified topic.UntagResourceRequest.Builder tagKeys(String... tagKeys)
The list of tag keys to remove from the specified topic.
tagKeys - The list of tag keys to remove from the specified topic.UntagResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUntagResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.