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)
Add an optional request override configuration.
|
UpdateVocabularyRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
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 |
vocabularyName(String vocabularyName)
The name of the vocabulary to update.
|
buildoverrideConfigurationcopyapplyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.UpdateVocabularyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.