public static interface ListTagsForDomainResponse.Builder extends Route53DomainsResponse.Builder, SdkPojo, CopyableBuilder<ListTagsForDomainResponse.Builder,ListTagsForDomainResponse>
| Modifier and Type | Method and Description |
|---|---|
ListTagsForDomainResponse.Builder |
tagList(Collection<Tag> tagList)
A list of the tags that are associated with the specified domain.
|
ListTagsForDomainResponse.Builder |
tagList(Consumer<Tag.Builder>... tagList)
A list of the tags that are associated with the specified domain.
|
ListTagsForDomainResponse.Builder |
tagList(Tag... tagList)
A list of the tags that are associated with the specified domain.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTagsForDomainResponse.Builder tagList(Collection<Tag> tagList)
A list of the tags that are associated with the specified domain.
tagList - A list of the tags that are associated with the specified domain.ListTagsForDomainResponse.Builder tagList(Tag... tagList)
A list of the tags that are associated with the specified domain.
tagList - A list of the tags that are associated with the specified domain.ListTagsForDomainResponse.Builder tagList(Consumer<Tag.Builder>... tagList)
A list of the tags that are associated with the specified domain.
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 #tagList(List.
tagList - a consumer that will call methods on
Tag.Builder#tagList(java.util.Collection) Copyright © 2023. All rights reserved.