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.
|
build
overrideConfiguration
copy
applyMutation, build
CreateVocabularyRequest.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
,
LanguageCode
CreateVocabularyRequest.Builder languageCode(LanguageCode languageCode)
The language code of the vocabulary entries.
languageCode
- The language code of the vocabulary entries.LanguageCode
,
LanguageCode
CreateVocabularyRequest.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.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.CreateVocabularyRequest.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.