public static interface DefaultVocabulary.Builder extends SdkPojo, CopyableBuilder<DefaultVocabulary.Builder,DefaultVocabulary>
| Modifier and Type | Method and Description |
|---|---|
DefaultVocabulary.Builder |
instanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
DefaultVocabulary.Builder |
languageCode(String languageCode)
The language code of the vocabulary entries.
|
DefaultVocabulary.Builder |
languageCode(VocabularyLanguageCode languageCode)
The language code of the vocabulary entries.
|
DefaultVocabulary.Builder |
vocabularyId(String vocabularyId)
The identifier of the custom vocabulary.
|
DefaultVocabulary.Builder |
vocabularyName(String vocabularyName)
A unique name of the custom vocabulary.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDefaultVocabulary.Builder instanceId(String instanceId)
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
instanceId - The identifier of the Amazon Connect instance. You can find the instance
ID in the Amazon Resource Name (ARN) of the instance.DefaultVocabulary.Builder languageCode(String languageCode)
The language code of the vocabulary entries. For a list of languages and their corresponding language codes, see What is Amazon Transcribe?
languageCode - The language code of the vocabulary entries. For a list of languages and their corresponding language
codes, see What is
Amazon Transcribe?VocabularyLanguageCode,
VocabularyLanguageCodeDefaultVocabulary.Builder languageCode(VocabularyLanguageCode languageCode)
The language code of the vocabulary entries. For a list of languages and their corresponding language codes, see What is Amazon Transcribe?
languageCode - The language code of the vocabulary entries. For a list of languages and their corresponding language
codes, see What is
Amazon Transcribe?VocabularyLanguageCode,
VocabularyLanguageCodeDefaultVocabulary.Builder vocabularyId(String vocabularyId)
The identifier of the custom vocabulary.
vocabularyId - The identifier of the custom vocabulary.DefaultVocabulary.Builder vocabularyName(String vocabularyName)
A unique name of the custom vocabulary.
vocabularyName - A unique name of the custom vocabulary.Copyright © 2023. All rights reserved.