public static interface UntagResourceRequest.Builder extends Macie2Request.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 classification job, custom data identifier, findings filter, or member
account.
|
UntagResourceRequest.Builder |
tagKeys(Collection<String> tagKeys)
One or more tags (keys) to remove from the resource.
|
UntagResourceRequest.Builder |
tagKeys(String... tagKeys)
One or more tags (keys) to remove from the resource.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUntagResourceRequest.Builder resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the classification job, custom data identifier, findings filter, or member account.
resourceArn - The Amazon Resource Name (ARN) of the classification job, custom data identifier, findings filter, or
member account.UntagResourceRequest.Builder tagKeys(Collection<String> tagKeys)
One or more tags (keys) to remove from the resource. In an HTTP request to remove multiple tags, append the tagKeys parameter and argument for each tag to remove, and separate them with an ampersand (&).
tagKeys - One or more tags (keys) to remove from the resource. In an HTTP request to remove multiple tags,
append the tagKeys parameter and argument for each tag to remove, and separate them with an ampersand
(&).UntagResourceRequest.Builder tagKeys(String... tagKeys)
One or more tags (keys) to remove from the resource. In an HTTP request to remove multiple tags, append the tagKeys parameter and argument for each tag to remove, and separate them with an ampersand (&).
tagKeys - One or more tags (keys) to remove from the resource. In an HTTP request to remove multiple tags,
append the tagKeys parameter and argument for each tag to remove, and separate them with an ampersand
(&).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.