public static interface UntagResourceRequest.Builder extends MediaStoreRequest.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 |
resource(String resource)
The Amazon Resource Name (ARN) for the container.
|
UntagResourceRequest.Builder |
tagKeys(Collection<String> tagKeys)
A comma-separated list of keys for tags that you want to remove from the container.
|
UntagResourceRequest.Builder |
tagKeys(String... tagKeys)
A comma-separated list of keys for tags that you want to remove from the container.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUntagResourceRequest.Builder resource(String resource)
The Amazon Resource Name (ARN) for the container.
resource - The Amazon Resource Name (ARN) for the container.UntagResourceRequest.Builder tagKeys(Collection<String> tagKeys)
A comma-separated list of keys for tags that you want to remove from the container. For example, if your container has two tags (customer:CompanyA and priority:High) and you want to remove one of the tags (priority:High), you specify the key for the tag that you want to remove (priority).
tagKeys - A comma-separated list of keys for tags that you want to remove from the container. For example, if
your container has two tags (customer:CompanyA and priority:High) and you want to remove one of the
tags (priority:High), you specify the key for the tag that you want to remove (priority).UntagResourceRequest.Builder tagKeys(String... tagKeys)
A comma-separated list of keys for tags that you want to remove from the container. For example, if your container has two tags (customer:CompanyA and priority:High) and you want to remove one of the tags (priority:High), you specify the key for the tag that you want to remove (priority).
tagKeys - A comma-separated list of keys for tags that you want to remove from the container. For example, if
your container has two tags (customer:CompanyA and priority:High) and you want to remove one of the
tags (priority:High), you specify the key for the tag that you want to remove (priority).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.