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, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListTagsForDomainResponse.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 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 #tagList(List)
.tagList
- a consumer that will call methods on List.Builder
#tagList(List)
Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.