public static interface TagResourceRequest.Builder extends TransferRequest.Builder, SdkPojo, CopyableBuilder<TagResourceRequest.Builder,TagResourceRequest>
| Modifier and Type | Method and Description |
|---|---|
TagResourceRequest.Builder |
arn(String arn)
An Amazon Resource Name (ARN) for a specific AWS resource, such as a server, user, or role.
|
TagResourceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
TagResourceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
TagResourceRequest.Builder |
tags(Collection<Tag> tags)
Key-value pairs assigned to ARNs that you can use to group and search for resources by type.
|
TagResourceRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
Key-value pairs assigned to ARNs that you can use to group and search for resources by type.
|
TagResourceRequest.Builder |
tags(Tag... tags)
Key-value pairs assigned to ARNs that you can use to group and search for resources by type.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildTagResourceRequest.Builder arn(String arn)
An Amazon Resource Name (ARN) for a specific AWS resource, such as a server, user, or role.
arn - An Amazon Resource Name (ARN) for a specific AWS resource, such as a server, user, or role.TagResourceRequest.Builder tags(Collection<Tag> tags)
Key-value pairs assigned to ARNs that you can use to group and search for resources by type. You can attach this metadata to user accounts for any purpose.
tags - Key-value pairs assigned to ARNs that you can use to group and search for resources by type. You can
attach this metadata to user accounts for any purpose.TagResourceRequest.Builder tags(Tag... tags)
Key-value pairs assigned to ARNs that you can use to group and search for resources by type. You can attach this metadata to user accounts for any purpose.
tags - Key-value pairs assigned to ARNs that you can use to group and search for resources by type. You can
attach this metadata to user accounts for any purpose.TagResourceRequest.Builder tags(Consumer<Tag.Builder>... tags)
Key-value pairs assigned to ARNs that you can use to group and search for resources by type. You can attach this metadata to user accounts for any purpose.
This is a convenience that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) TagResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderTagResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.