public static interface TagResourceRequest.Builder extends IvsRealTimeRequest.Builder, SdkPojo, CopyableBuilder<TagResourceRequest.Builder,TagResourceRequest>
| Modifier and Type | Method and Description |
|---|---|
TagResourceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
TagResourceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
TagResourceRequest.Builder |
resourceArn(String resourceArn)
The ARN of the resource to be tagged.
|
TagResourceRequest.Builder |
tags(Map<String,String> tags)
Array of tags to be added or updated.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildTagResourceRequest.Builder resourceArn(String resourceArn)
The ARN of the resource to be tagged. The ARN must be URL-encoded.
resourceArn - The ARN of the resource to be tagged. The ARN must be URL-encoded.TagResourceRequest.Builder tags(Map<String,String> tags)
Array of tags to be added or updated. Array of maps, each of the form string:string (key:value).
See Tagging AWS Resources for
details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has
no constraints beyond what is documented there.
tags - Array of tags to be added or updated. Array of maps, each of the form
string:string (key:value). See Tagging AWS Resources for
details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon
IVS has no constraints beyond what is documented there.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.