public static interface TagResourceRequest.Builder extends ResourceExplorer2Request.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 view or index that you want to attach tags to.
|
TagResourceRequest.Builder |
tags(Map<String,String> tags)
A list of tag key and value pairs that you want to attach to the specified view or index.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildTagResourceRequest.Builder tags(Map<String,String> tags)
A list of tag key and value pairs that you want to attach to the specified view or index.
tags - A list of tag key and value pairs that you want to attach to the specified view or index.TagResourceRequest.Builder resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the view or index that you want to attach tags to.
resourceArn - The Amazon Resource Name (ARN) of the view or index that you want to attach tags to.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.