public static interface ListTagsForResourceResponse.Builder extends TranslateResponse.Builder, SdkPojo, CopyableBuilder<ListTagsForResourceResponse.Builder,ListTagsForResourceResponse>
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResponse.Builder |
tags(Collection<Tag> tags)
Tags associated with the Amazon Translate resource being queried.
|
ListTagsForResourceResponse.Builder |
tags(Consumer<Tag.Builder>... tags)
Tags associated with the Amazon Translate resource being queried.
|
ListTagsForResourceResponse.Builder |
tags(Tag... tags)
Tags associated with the Amazon Translate resource being queried.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTagsForResourceResponse.Builder tags(Collection<Tag> tags)
Tags associated with the Amazon Translate resource being queried. A tag is a key-value pair that adds as a metadata to a resource used by Amazon Translate. For example, a tag with "Sales" as the key might be added to a resource to indicate its use by the sales department.
tags - Tags associated with the Amazon Translate resource being queried. A tag is a key-value pair that adds
as a metadata to a resource used by Amazon Translate. For example, a tag with "Sales" as the key might
be added to a resource to indicate its use by the sales department.ListTagsForResourceResponse.Builder tags(Tag... tags)
Tags associated with the Amazon Translate resource being queried. A tag is a key-value pair that adds as a metadata to a resource used by Amazon Translate. For example, a tag with "Sales" as the key might be added to a resource to indicate its use by the sales department.
tags - Tags associated with the Amazon Translate resource being queried. A tag is a key-value pair that adds
as a metadata to a resource used by Amazon Translate. For example, a tag with "Sales" as the key might
be added to a resource to indicate its use by the sales department.ListTagsForResourceResponse.Builder tags(Consumer<Tag.Builder>... tags)
Tags associated with the Amazon Translate resource being queried. A tag is a key-value pair that adds as a metadata to a resource used by Amazon Translate. For example, a tag with "Sales" as the key might be added to a resource to indicate its use by the sales department.
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) Copyright © 2023. All rights reserved.