public static interface TagResourceRequest.Builder extends IvschatRequest.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. See Tagging AWS Resources for details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS Chat has no constraints beyond what is documented there.
tags - Array of tags to be added or updated. See Tagging AWS Resources for
details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon
IVS Chat 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 © 2022. All rights reserved.