public static interface AddTagsToResourceRequest.Builder extends DirectoryRequest.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 |
resourceId(String resourceId)
Identifier (ID) for the directory to which to add the tag.
|
AddTagsToResourceRequest.Builder |
tags(Collection<Tag> tags)
The tags to be assigned to the directory.
|
AddTagsToResourceRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
The tags to be assigned to the directory.
|
AddTagsToResourceRequest.Builder |
tags(Tag... tags)
The tags to be assigned to the directory.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildAddTagsToResourceRequest.Builder resourceId(String resourceId)
Identifier (ID) for the directory to which to add the tag.
resourceId - Identifier (ID) for the directory to which to add the tag.AddTagsToResourceRequest.Builder tags(Collection<Tag> tags)
The tags to be assigned to the directory.
tags - The tags to be assigned to the directory.AddTagsToResourceRequest.Builder tags(Tag... tags)
The tags to be assigned to the directory.
tags - The tags to be assigned to the directory.AddTagsToResourceRequest.Builder tags(Consumer<Tag.Builder>... tags)
The tags to be assigned to the directory.
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) AddTagsToResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAddTagsToResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.