public static interface UntagResourceRequest.Builder extends TransferRequest.Builder, SdkPojo, CopyableBuilder<UntagResourceRequest.Builder,UntagResourceRequest>
| Modifier and Type | Method and Description |
|---|---|
UntagResourceRequest.Builder |
arn(String arn)
The value of the resource that will have the tag removed.
|
UntagResourceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UntagResourceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UntagResourceRequest.Builder |
tagKeys(Collection<String> tagKeys)
TagKeys are key-value pairs assigned to ARNs that can be used to group and search for resources by type.
|
UntagResourceRequest.Builder |
tagKeys(String... tagKeys)
TagKeys are key-value pairs assigned to ARNs that can be used to group and search for resources by type.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUntagResourceRequest.Builder arn(String arn)
The value of the resource that will have the tag removed. An Amazon Resource Name (ARN) is an identifier for a specific AWS resource, such as a server, user, or role.
arn - The value of the resource that will have the tag removed. An Amazon Resource Name (ARN) is an
identifier for a specific AWS resource, such as a server, user, or role.UntagResourceRequest.Builder tagKeys(Collection<String> tagKeys)
TagKeys are key-value pairs assigned to ARNs that can be used to group and search for resources by type. This metadata can be attached to resources for any purpose.
tagKeys - TagKeys are key-value pairs assigned to ARNs that can be used to group and search for resources by
type. This metadata can be attached to resources for any purpose.UntagResourceRequest.Builder tagKeys(String... tagKeys)
TagKeys are key-value pairs assigned to ARNs that can be used to group and search for resources by type. This metadata can be attached to resources for any purpose.
tagKeys - TagKeys are key-value pairs assigned to ARNs that can be used to group and search for resources by
type. This metadata can be attached to resources for any purpose.UntagResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUntagResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.