public static interface TagResourceRequest.Builder extends LexModelsV2Request.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 Amazon Resource Name (ARN) of the bot, bot alias, or bot channel to tag.
|
TagResourceRequest.Builder |
tags(Map<String,String> tags)
A list of tag keys to add to the resource.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildTagResourceRequest.Builder resourceARN(String resourceARN)
The Amazon Resource Name (ARN) of the bot, bot alias, or bot channel to tag.
resourceARN - The Amazon Resource Name (ARN) of the bot, bot alias, or bot channel to tag.TagResourceRequest.Builder tags(Map<String,String> tags)
A list of tag keys to add to the resource. If a tag key already exists, the existing value is replaced with the new value.
tags - A list of tag keys to add to the resource. If a tag key already exists, the existing value is replaced
with the new value.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.