public static interface Vocabulary.Builder extends SdkPojo, CopyableBuilder<Vocabulary.Builder,Vocabulary>
| Modifier and Type | Method and Description |
|---|---|
Vocabulary.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the custom vocabulary.
|
Vocabulary.Builder |
content(String content)
The content of the custom vocabulary in plain-text format with a table of values.
|
Vocabulary.Builder |
failureReason(String failureReason)
The reason why the custom vocabulary was not created.
|
Vocabulary.Builder |
id(String id)
The identifier of the custom vocabulary.
|
Vocabulary.Builder |
languageCode(String languageCode)
The language code of the vocabulary entries.
|
Vocabulary.Builder |
languageCode(VocabularyLanguageCode languageCode)
The language code of the vocabulary entries.
|
Vocabulary.Builder |
lastModifiedTime(Instant lastModifiedTime)
The timestamp when the custom vocabulary was last modified.
|
Vocabulary.Builder |
name(String name)
A unique name of the custom vocabulary.
|
Vocabulary.Builder |
state(String state)
The current state of the custom vocabulary.
|
Vocabulary.Builder |
state(VocabularyState state)
The current state of the custom vocabulary.
|
Vocabulary.Builder |
tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVocabulary.Builder name(String name)
A unique name of the custom vocabulary.
name - A unique name of the custom vocabulary.Vocabulary.Builder id(String id)
The identifier of the custom vocabulary.
id - The identifier of the custom vocabulary.Vocabulary.Builder arn(String arn)
The Amazon Resource Name (ARN) of the custom vocabulary.
arn - The Amazon Resource Name (ARN) of the custom vocabulary.Vocabulary.Builder languageCode(String languageCode)
The language code of the vocabulary entries. For a list of languages and their corresponding language codes, see What is Amazon Transcribe?
languageCode - The language code of the vocabulary entries. For a list of languages and their corresponding language
codes, see What is
Amazon Transcribe?VocabularyLanguageCode,
VocabularyLanguageCodeVocabulary.Builder languageCode(VocabularyLanguageCode languageCode)
The language code of the vocabulary entries. For a list of languages and their corresponding language codes, see What is Amazon Transcribe?
languageCode - The language code of the vocabulary entries. For a list of languages and their corresponding language
codes, see What is
Amazon Transcribe?VocabularyLanguageCode,
VocabularyLanguageCodeVocabulary.Builder state(String state)
The current state of the custom vocabulary.
state - The current state of the custom vocabulary.VocabularyState,
VocabularyStateVocabulary.Builder state(VocabularyState state)
The current state of the custom vocabulary.
state - The current state of the custom vocabulary.VocabularyState,
VocabularyStateVocabulary.Builder lastModifiedTime(Instant lastModifiedTime)
The timestamp when the custom vocabulary was last modified.
lastModifiedTime - The timestamp when the custom vocabulary was last modified.Vocabulary.Builder failureReason(String failureReason)
The reason why the custom vocabulary was not created.
failureReason - The reason why the custom vocabulary was not created.Vocabulary.Builder content(String content)
The content of the custom vocabulary in plain-text format with a table of values. Each row in the table
represents a word or a phrase, described with Phrase, IPA, SoundsLike,
and DisplayAs fields. Separate the fields with TAB characters. For more information, see Create
a custom vocabulary using a table.
content - The content of the custom vocabulary in plain-text format with a table of values. Each row in the
table represents a word or a phrase, described with Phrase, IPA,
SoundsLike, and DisplayAs fields. Separate the fields with TAB characters.
For more information, see Create a custom vocabulary using a table.Vocabulary.Builder tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
tags - The tags used to organize, track, or control access for this resource. For example, { "tags":
{"key1":"value1", "key2":"value2"} }.Copyright © 2022. All rights reserved.