public static interface CreateVocabularyRequest.Builder extends TranscribeRequest.Builder, SdkPojo, CopyableBuilder<CreateVocabularyRequest.Builder,CreateVocabularyRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateVocabularyRequest.Builder |
languageCode(LanguageCode languageCode)
The language code of the vocabulary entries.
|
CreateVocabularyRequest.Builder |
languageCode(String languageCode)
The language code of the vocabulary entries.
|
CreateVocabularyRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateVocabularyRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateVocabularyRequest.Builder |
phrases(Collection<String> phrases)
An array of strings that contains the vocabulary entries.
|
CreateVocabularyRequest.Builder |
phrases(String... phrases)
An array of strings that contains the vocabulary entries.
|
CreateVocabularyRequest.Builder |
vocabularyName(String vocabularyName)
The name of the vocabulary.
|
buildoverrideConfigurationcopyapplyMutation, buildCreateVocabularyRequest.Builder vocabularyName(String vocabularyName)
The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive.
vocabularyName - The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive.CreateVocabularyRequest.Builder languageCode(String languageCode)
The language code of the vocabulary entries.
languageCode - The language code of the vocabulary entries.LanguageCode,
LanguageCodeCreateVocabularyRequest.Builder languageCode(LanguageCode languageCode)
The language code of the vocabulary entries.
languageCode - The language code of the vocabulary entries.LanguageCode,
LanguageCodeCreateVocabularyRequest.Builder phrases(Collection<String> phrases)
An array of strings that contains the vocabulary entries.
phrases - An array of strings that contains the vocabulary entries.CreateVocabularyRequest.Builder phrases(String... phrases)
An array of strings that contains the vocabulary entries.
phrases - An array of strings that contains the vocabulary entries.CreateVocabularyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateVocabularyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.