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.
vocabularyName - The name of the vocabulary to update. The name is case-sensitive.UpdateVocabularyRequest.Builder languageCode(String languageCode)
The language code of the vocabulary entries.
languageCode - The language code of the vocabulary entries.LanguageCode,
LanguageCodeUpdateVocabularyRequest.Builder languageCode(LanguageCode languageCode)
The language code of the vocabulary entries.
languageCode - The language code of the vocabulary entries.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
https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
For example:
https://s3.us-east-1.amazonaws.com/examplebucket/vocab.txt
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
https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
For example:
https://s3.us-east-1.amazonaws.com/examplebucket/vocab.txt
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 © 2019. All rights reserved.