public static interface TagRequest.Builder extends ResourceGroupsRequest.Builder, SdkPojo, CopyableBuilder<TagRequest.Builder,TagRequest>
| Modifier and Type | Method and Description |
|---|---|
TagRequest.Builder |
arn(String arn)
The ARN of the resource to which to add tags.
|
TagRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
TagRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
TagRequest.Builder |
tags(Map<String,String> tags)
The tags to add to the specified resource.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildTagRequest.Builder arn(String arn)
The ARN of the resource to which to add tags.
arn - The ARN of the resource to which to add tags.TagRequest.Builder tags(Map<String,String> tags)
The tags to add to the specified resource. A tag is a string-to-string map of key-value pairs. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.
tags - The tags to add to the specified resource. A tag is a string-to-string map of key-value pairs. Tag
keys can have a maximum character length of 128 characters, and tag values can have a maximum length
of 256 characters.TagRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderTagRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.