public static interface UntagResourceRequest.Builder extends ChimeSdkMediaPipelinesRequest.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 pipeline that you want to untag.
|
UntagResourceRequest.Builder |
tagKeys(Collection<String> tagKeys)
The key/value pairs in the tag that you want to remove.
|
UntagResourceRequest.Builder |
tagKeys(String... tagKeys)
The key/value pairs in the tag that you want to remove.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUntagResourceRequest.Builder resourceARN(String resourceARN)
The ARN of the pipeline that you want to untag.
resourceARN - The ARN of the pipeline that you want to untag.UntagResourceRequest.Builder tagKeys(Collection<String> tagKeys)
The key/value pairs in the tag that you want to remove.
tagKeys - The key/value pairs in the tag that you want to remove.UntagResourceRequest.Builder tagKeys(String... tagKeys)
The key/value pairs in the tag that you want to remove.
tagKeys - The key/value pairs in the tag that you want to remove.UntagResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUntagResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.