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)
Add an optional request override configuration.
|
CreateVocabularyRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
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)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.CreateVocabularyRequest.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.