public static interface UpdateTagsForDomainRequest.Builder extends Route53DomainsRequest.Builder, SdkPojo, CopyableBuilder<UpdateTagsForDomainRequest.Builder,UpdateTagsForDomainRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateTagsForDomainRequest.Builder |
domainName(String domainName)
The domain for which you want to add or update tags.
|
UpdateTagsForDomainRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateTagsForDomainRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateTagsForDomainRequest.Builder |
tagsToUpdate(Collection<Tag> tagsToUpdate)
A list of the tag keys and values that you want to add or update.
|
UpdateTagsForDomainRequest.Builder |
tagsToUpdate(Consumer<Tag.Builder>... tagsToUpdate)
A list of the tag keys and values that you want to add or update.
|
UpdateTagsForDomainRequest.Builder |
tagsToUpdate(Tag... tagsToUpdate)
A list of the tag keys and values that you want to add or update.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateTagsForDomainRequest.Builder domainName(String domainName)
The domain for which you want to add or update tags.
domainName - The domain for which you want to add or update tags.UpdateTagsForDomainRequest.Builder tagsToUpdate(Collection<Tag> tagsToUpdate)
A list of the tag keys and values that you want to add or update. If you specify a key that already exists, the corresponding value will be replaced.
tagsToUpdate - A list of the tag keys and values that you want to add or update. If you specify a key that already
exists, the corresponding value will be replaced.UpdateTagsForDomainRequest.Builder tagsToUpdate(Tag... tagsToUpdate)
A list of the tag keys and values that you want to add or update. If you specify a key that already exists, the corresponding value will be replaced.
tagsToUpdate - A list of the tag keys and values that you want to add or update. If you specify a key that already
exists, the corresponding value will be replaced.UpdateTagsForDomainRequest.Builder tagsToUpdate(Consumer<Tag.Builder>... tagsToUpdate)
A list of the tag keys and values that you want to add or update. If you specify a key that already exists, the corresponding value will be replaced.
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 #tagsToUpdate(List.
tagsToUpdate - a consumer that will call methods on
Tag.Builder#tagsToUpdate(java.util.Collection) UpdateTagsForDomainRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateTagsForDomainRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.