public static interface TagResourceRequest.Builder extends MediaConvertRequest.Builder, SdkPojo, CopyableBuilder<TagResourceRequest.Builder,TagResourceRequest>
| Modifier and Type | Method and Description |
|---|---|
TagResourceRequest.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the resource that you want to tag.
|
TagResourceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
TagResourceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
TagResourceRequest.Builder |
tags(Map<String,String> tags)
The tags that you want to add to the resource.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildTagResourceRequest.Builder arn(String arn)
arn - The Amazon Resource Name (ARN) of the resource that you want to tag. To get the ARN, send a GET
request with the resource name.TagResourceRequest.Builder tags(Map<String,String> tags)
tags - The tags that you want to add to the resource. You can tag resources with a key-value pair or with
only a key.TagResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderTagResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.