public static interface AddTagsToResourceRequest.Builder extends RdsRequest.Builder, SdkPojo, CopyableBuilder<AddTagsToResourceRequest.Builder,AddTagsToResourceRequest>
| Modifier and Type | Method and Description |
|---|---|
AddTagsToResourceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AddTagsToResourceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AddTagsToResourceRequest.Builder |
resourceName(String resourceName)
The Amazon RDS resource that the tags are added to.
|
AddTagsToResourceRequest.Builder |
tags(Collection<Tag> tags)
The tags to be assigned to the Amazon RDS resource.
|
AddTagsToResourceRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
The tags to be assigned to the Amazon RDS resource.
|
AddTagsToResourceRequest.Builder |
tags(Tag... tags)
The tags to be assigned to the Amazon RDS resource.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildAddTagsToResourceRequest.Builder resourceName(String resourceName)
The Amazon RDS resource that the tags are added to. This value is an Amazon Resource Name (ARN). For information about creating an ARN, see Constructing an RDS Amazon Resource Name (ARN).
resourceName - The Amazon RDS resource that the tags are added to. This value is an Amazon Resource Name (ARN). For
information about creating an ARN, see Constructing an RDS Amazon Resource Name (ARN).AddTagsToResourceRequest.Builder tags(Collection<Tag> tags)
The tags to be assigned to the Amazon RDS resource.
tags - The tags to be assigned to the Amazon RDS resource.AddTagsToResourceRequest.Builder tags(Tag... tags)
The tags to be assigned to the Amazon RDS resource.
tags - The tags to be assigned to the Amazon RDS resource.AddTagsToResourceRequest.Builder tags(Consumer<Tag.Builder>... tags)
The tags to be assigned to the Amazon RDS resource.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one manually via
Tag.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to #tags(List.
tags - a consumer that will call methods on Tag.Builder#tags(java.util.Collection) AddTagsToResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAddTagsToResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.