public static interface UntagResourceRequest.Builder extends IvschatRequest.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 resource to be untagged.
|
UntagResourceRequest.Builder |
tagKeys(Collection<String> tagKeys)
Array of tags to be removed.
|
UntagResourceRequest.Builder |
tagKeys(String... tagKeys)
Array of tags to be removed.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUntagResourceRequest.Builder resourceArn(String resourceArn)
The ARN of the resource to be untagged. The ARN must be URL-encoded.
resourceArn - The ARN of the resource to be untagged. The ARN must be URL-encoded.UntagResourceRequest.Builder tagKeys(Collection<String> tagKeys)
Array of tags to be removed. See Tagging AWS Resources for details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS Chat has no constraints beyond what is documented there.
tagKeys - Array of tags to be removed. See Tagging AWS Resources for
details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon
IVS Chat has no constraints beyond what is documented there.UntagResourceRequest.Builder tagKeys(String... tagKeys)
Array of tags to be removed. See Tagging AWS Resources for details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS Chat has no constraints beyond what is documented there.
tagKeys - Array of tags to be removed. See Tagging AWS Resources for
details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon
IVS Chat has no constraints beyond what is documented there.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.