public static interface UntagResourceRequest.Builder extends KinesisVideoRequest.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 Amazon Resource Name (ARN) of the signaling channel from which you want to remove tags.
|
UntagResourceRequest.Builder |
tagKeyList(Collection<String> tagKeyList)
A list of the keys of the tags that you want to remove.
|
UntagResourceRequest.Builder |
tagKeyList(String... tagKeyList)
A list of the keys of the tags that you want to remove.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUntagResourceRequest.Builder resourceARN(String resourceARN)
The Amazon Resource Name (ARN) of the signaling channel from which you want to remove tags.
resourceARN - The Amazon Resource Name (ARN) of the signaling channel from which you want to remove tags.UntagResourceRequest.Builder tagKeyList(Collection<String> tagKeyList)
A list of the keys of the tags that you want to remove.
tagKeyList - A list of the keys of the tags that you want to remove.UntagResourceRequest.Builder tagKeyList(String... tagKeyList)
A list of the keys of the tags that you want to remove.
tagKeyList - A list of the keys of the tags 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 © 2023. All rights reserved.