public static interface UpdateVocabularyRequest.Builder extends TranscribeRequest.Builder, SdkPojo, CopyableBuilder<UpdateVocabularyRequest.Builder,UpdateVocabularyRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateVocabularyRequest.Builder |
languageCode(LanguageCode languageCode)
The language code of the vocabulary entries.
|
UpdateVocabularyRequest.Builder |
languageCode(String languageCode)
The language code of the vocabulary entries.
|
UpdateVocabularyRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateVocabularyRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateVocabularyRequest.Builder |
phrases(Collection<String> phrases)
An array of strings containing the vocabulary entries.
|
UpdateVocabularyRequest.Builder |
phrases(String... phrases)
An array of strings containing the vocabulary entries.
|
UpdateVocabularyRequest.Builder |
vocabularyFileUri(String vocabularyFileUri)
The S3 location of the text file that contains the definition of the custom vocabulary.
|
UpdateVocabularyRequest.Builder |
vocabularyName(String vocabularyName)
The name of the vocabulary to update.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateVocabularyRequest.Builder vocabularyName(String vocabularyName)
The name of the vocabulary to update. The name is case sensitive. If you try to update a vocabulary with the
same name as a previous vocabulary you will receive a ConflictException error.
vocabularyName - The name of the vocabulary to update. The name is case sensitive. If you try to update a vocabulary
with the same name as a previous vocabulary you will receive a ConflictException error.UpdateVocabularyRequest.Builder languageCode(String languageCode)
The language code of the vocabulary entries. For a list of languages and their corresponding language codes, see transcribe-whatis.
languageCode - The language code of the vocabulary entries. For a list of languages and their corresponding language
codes, see transcribe-whatis.LanguageCode,
LanguageCodeUpdateVocabularyRequest.Builder languageCode(LanguageCode languageCode)
The language code of the vocabulary entries. For a list of languages and their corresponding language codes, see transcribe-whatis.
languageCode - The language code of the vocabulary entries. For a list of languages and their corresponding language
codes, see transcribe-whatis.LanguageCode,
LanguageCodeUpdateVocabularyRequest.Builder phrases(Collection<String> phrases)
An array of strings containing the vocabulary entries.
phrases - An array of strings containing the vocabulary entries.UpdateVocabularyRequest.Builder phrases(String... phrases)
An array of strings containing the vocabulary entries.
phrases - An array of strings containing the vocabulary entries.UpdateVocabularyRequest.Builder vocabularyFileUri(String vocabularyFileUri)
The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is
For example:
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.
vocabularyFileUri - The S3 location of the text file that contains the definition of the custom vocabulary. The URI must
be in the same region as the API endpoint that you are calling. The general form is
For example:
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.
UpdateVocabularyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateVocabularyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.