public static interface VocabularySummary.Builder extends SdkPojo, CopyableBuilder<VocabularySummary.Builder,VocabularySummary>
| Modifier and Type | Method and Description |
|---|---|
VocabularySummary.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the custom vocabulary.
|
VocabularySummary.Builder |
failureReason(String failureReason)
The reason why the custom vocabulary was not created.
|
VocabularySummary.Builder |
id(String id)
The identifier of the custom vocabulary.
|
VocabularySummary.Builder |
languageCode(String languageCode)
The language code of the vocabulary entries.
|
VocabularySummary.Builder |
languageCode(VocabularyLanguageCode languageCode)
The language code of the vocabulary entries.
|
VocabularySummary.Builder |
lastModifiedTime(Instant lastModifiedTime)
The timestamp when the custom vocabulary was last modified.
|
VocabularySummary.Builder |
name(String name)
A unique name of the custom vocabulary.
|
VocabularySummary.Builder |
state(String state)
The current state of the custom vocabulary.
|
VocabularySummary.Builder |
state(VocabularyState state)
The current state of the custom vocabulary.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVocabularySummary.Builder name(String name)
A unique name of the custom vocabulary.
name - A unique name of the custom vocabulary.VocabularySummary.Builder id(String id)
The identifier of the custom vocabulary.
id - The identifier of the custom vocabulary.VocabularySummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of the custom vocabulary.
arn - The Amazon Resource Name (ARN) of the custom vocabulary.VocabularySummary.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,
VocabularyLanguageCodeVocabularySummary.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,
VocabularyLanguageCodeVocabularySummary.Builder state(String state)
The current state of the custom vocabulary.
state - The current state of the custom vocabulary.VocabularyState,
VocabularyStateVocabularySummary.Builder state(VocabularyState state)
The current state of the custom vocabulary.
state - The current state of the custom vocabulary.VocabularyState,
VocabularyStateVocabularySummary.Builder lastModifiedTime(Instant lastModifiedTime)
The timestamp when the custom vocabulary was last modified.
lastModifiedTime - The timestamp when the custom vocabulary was last modified.VocabularySummary.Builder failureReason(String failureReason)
The reason why the custom vocabulary was not created.
failureReason - The reason why the custom vocabulary was not created.Copyright © 2023. All rights reserved.