public static interface UntagResourceRequest.Builder extends CodeDeployRequest.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) that specifies from which resource to disassociate the tags with the keys in
the
TagKeys input parameter. |
UntagResourceRequest.Builder |
tagKeys(Collection<String> tagKeys)
A list of keys of
Tag objects. |
UntagResourceRequest.Builder |
tagKeys(String... tagKeys)
A list of keys of
Tag objects. |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUntagResourceRequest.Builder resourceArn(String resourceArn)
The Amazon Resource Name (ARN) that specifies from which resource to disassociate the tags with the keys in
the TagKeys input parameter.
resourceArn - The Amazon Resource Name (ARN) that specifies from which resource to disassociate the tags with the
keys in the TagKeys input parameter.UntagResourceRequest.Builder tagKeys(Collection<String> tagKeys)
A list of keys of Tag objects. The Tag objects identified by the keys are
disassociated from the resource specified by the ResourceArn input parameter.
tagKeys - A list of keys of Tag objects. The Tag objects identified by the keys are
disassociated from the resource specified by the ResourceArn input parameter.UntagResourceRequest.Builder tagKeys(String... tagKeys)
A list of keys of Tag objects. The Tag objects identified by the keys are
disassociated from the resource specified by the ResourceArn input parameter.
tagKeys - A list of keys of Tag objects. The Tag objects identified by the keys are
disassociated from the resource specified by the ResourceArn input parameter.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.