public static interface AssociateDefaultVocabularyRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<AssociateDefaultVocabularyRequest.Builder,AssociateDefaultVocabularyRequest>
| Modifier and Type | Method and Description |
|---|---|
AssociateDefaultVocabularyRequest.Builder |
instanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
AssociateDefaultVocabularyRequest.Builder |
languageCode(String languageCode)
The language code of the vocabulary entries.
|
AssociateDefaultVocabularyRequest.Builder |
languageCode(VocabularyLanguageCode languageCode)
The language code of the vocabulary entries.
|
AssociateDefaultVocabularyRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AssociateDefaultVocabularyRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AssociateDefaultVocabularyRequest.Builder |
vocabularyId(String vocabularyId)
The identifier of the custom vocabulary.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildAssociateDefaultVocabularyRequest.Builder instanceId(String instanceId)
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
instanceId - The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.AssociateDefaultVocabularyRequest.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,
VocabularyLanguageCodeAssociateDefaultVocabularyRequest.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,
VocabularyLanguageCodeAssociateDefaultVocabularyRequest.Builder vocabularyId(String vocabularyId)
The identifier of the custom vocabulary. If this is empty, the default is set to none.
vocabularyId - The identifier of the custom vocabulary. If this is empty, the default is set to none.AssociateDefaultVocabularyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAssociateDefaultVocabularyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.