public static interface TagResourceRequest.Builder extends InternetMonitorRequest.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) for a tag that you add to a resource.
|
TagResourceRequest.Builder |
tags(Map<String,String> tags)
Tags that you add to a resource.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildTagResourceRequest.Builder resourceArn(String resourceArn)
The Amazon Resource Name (ARN) for a tag that you add to a resource. Tags are supported only for monitors in Amazon CloudWatch Internet Monitor.
resourceArn - The Amazon Resource Name (ARN) for a tag that you add to a resource. Tags are supported only for
monitors in Amazon CloudWatch Internet Monitor.TagResourceRequest.Builder tags(Map<String,String> tags)
Tags that you add to a resource. You can add a maximum of 50 tags in Internet Monitor.
tags - Tags that you add to a resource. You can add a maximum of 50 tags in Internet Monitor.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.