public static interface ListTagsForResourceResponse.Builder extends ComprehendResponse.Builder, SdkPojo, CopyableBuilder<ListTagsForResourceResponse.Builder,ListTagsForResourceResponse>
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResponse.Builder |
resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the given Amazon Comprehend resource you are querying.
|
ListTagsForResourceResponse.Builder |
tags(Collection<Tag> tags)
Tags associated with the Amazon Comprehend resource being queried.
|
ListTagsForResourceResponse.Builder |
tags(Consumer<Tag.Builder>... tags)
Tags associated with the Amazon Comprehend resource being queried.
|
ListTagsForResourceResponse.Builder |
tags(Tag... tags)
Tags associated with the Amazon Comprehend resource being queried.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTagsForResourceResponse.Builder resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the given Amazon Comprehend resource you are querying.
resourceArn - The Amazon Resource Name (ARN) of the given Amazon Comprehend resource you are querying.ListTagsForResourceResponse.Builder tags(Collection<Tag> tags)
Tags associated with the Amazon Comprehend resource being queried. A tag is a key-value pair that adds as a metadata to a resource used by Amazon Comprehend. 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 Comprehend resource being queried. A tag is a key-value pair that adds
as a metadata to a resource used by Amazon Comprehend. 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 Comprehend resource being queried. A tag is a key-value pair that adds as a metadata to a resource used by Amazon Comprehend. 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 Comprehend resource being queried. A tag is a key-value pair that adds
as a metadata to a resource used by Amazon Comprehend. 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 Comprehend resource being queried. A tag is a key-value pair that adds as a metadata to a resource used by Amazon Comprehend. 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.