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 group 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 group.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildTagRequest.Builder arn(String arn)
The ARN of the resource group to which to add tags.
arn - The ARN of the resource group to which to add tags.TagRequest.Builder tags(Map<String,String> tags)
The tags to add to the specified resource group. A tag is a string-to-string map of key-value pairs.
tags - The tags to add to the specified resource group. A tag is a string-to-string map of key-value pairs.TagRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderTagRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.