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.
|
build
overrideConfiguration
copy
applyMutation, build
UpdateVocabularyRequest.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
,
LanguageCode
UpdateVocabularyRequest.Builder languageCode(LanguageCode languageCode)
The language code of the vocabulary entries.
languageCode
- The language code of the vocabulary entries.LanguageCode
,
LanguageCode
UpdateVocabularyRequest.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.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.UpdateVocabularyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.