public static interface ListTagsForResourceResponse.Builder extends TranscribeResponse.Builder, SdkPojo, CopyableBuilder<ListTagsForResourceResponse.Builder,ListTagsForResourceResponse>
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResponse.Builder |
resourceArn(String resourceArn)
The Amazon Resource Name (ARN) specified in your request.
|
ListTagsForResourceResponse.Builder |
tags(Collection<Tag> tags)
Lists all tags associated with the given transcription job, vocabulary, model, or resource.
|
ListTagsForResourceResponse.Builder |
tags(Consumer<Tag.Builder>... tags)
Lists all tags associated with the given transcription job, vocabulary, model, or resource.
|
ListTagsForResourceResponse.Builder |
tags(Tag... tags)
Lists all tags associated with the given transcription job, vocabulary, model, or resource.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTagsForResourceResponse.Builder resourceArn(String resourceArn)
The Amazon Resource Name (ARN) specified in your request.
resourceArn - The Amazon Resource Name (ARN) specified in your request.ListTagsForResourceResponse.Builder tags(Collection<Tag> tags)
Lists all tags associated with the given transcription job, vocabulary, model, or resource.
tags - Lists all tags associated with the given transcription job, vocabulary, model, or resource.ListTagsForResourceResponse.Builder tags(Tag... tags)
Lists all tags associated with the given transcription job, vocabulary, model, or resource.
tags - Lists all tags associated with the given transcription job, vocabulary, model, or resource.ListTagsForResourceResponse.Builder tags(Consumer<Tag.Builder>... tags)
Lists all tags associated with the given transcription job, vocabulary, model, or resource.
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.