public static interface TagResourceRequest.Builder extends BackupRequest.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)
An ARN that uniquely identifies a resource.
|
TagResourceRequest.Builder |
tags(Map<String,String> tags)
Key-value pairs that are used to help organize your resources.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildTagResourceRequest.Builder resourceArn(String resourceArn)
An ARN that uniquely identifies a resource. The format of the ARN depends on the type of the tagged resource.
resourceArn - An ARN that uniquely identifies a resource. The format of the ARN depends on the type of the tagged
resource.TagResourceRequest.Builder tags(Map<String,String> tags)
Key-value pairs that are used to help organize your resources. You can assign your own metadata to the
resources you create. For clarity, this is the structure to assign tags:
[{"Key":"string","Value":"string"}].
tags - Key-value pairs that are used to help organize your resources. You can assign your own metadata to the
resources you create. For clarity, this is the structure to assign tags:
[{"Key":"string","Value":"string"}].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.