public static interface TagResourceRequest.Builder extends ManagedBlockchainRequest.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 resource.
|
TagResourceRequest.Builder |
tags(Map<String,String> tags)
The tags to assign to the specified resource.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildTagResourceRequest.Builder resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the resource. For more information about ARNs and their format, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
resourceArn - The Amazon Resource Name (ARN) of the resource. For more information about ARNs and their format, see
Amazon Resource
Names (ARNs) in the Amazon Web Services General Reference.TagResourceRequest.Builder tags(Map<String,String> tags)
The tags to assign to the specified resource. Tag values can be empty, for example,
"MyTagKey" : "". You can specify multiple key-value pairs in a single request, with an overall
maximum of 50 tags added to each resource.
tags - The tags to assign to the specified resource. Tag values can be empty, for example,
"MyTagKey" : "". You can specify multiple key-value pairs in a single request, with an
overall maximum of 50 tags added to each resource.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.