public static interface UpdateVocabularyFilterResponse.Builder extends TranscribeResponse.Builder, SdkPojo, CopyableBuilder<UpdateVocabularyFilterResponse.Builder,UpdateVocabularyFilterResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateVocabularyFilterResponse.Builder |
languageCode(LanguageCode languageCode)
The language code of the words in the vocabulary filter.
|
UpdateVocabularyFilterResponse.Builder |
languageCode(String languageCode)
The language code of the words in the vocabulary filter.
|
UpdateVocabularyFilterResponse.Builder |
lastModifiedTime(Instant lastModifiedTime)
The date and time that the vocabulary filter was updated.
|
UpdateVocabularyFilterResponse.Builder |
vocabularyFilterName(String vocabularyFilterName)
The name of the updated vocabulary filter.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateVocabularyFilterResponse.Builder vocabularyFilterName(String vocabularyFilterName)
The name of the updated vocabulary filter.
vocabularyFilterName - The name of the updated vocabulary filter.UpdateVocabularyFilterResponse.Builder languageCode(String languageCode)
The language code of the words in the vocabulary filter.
languageCode - The language code of the words in the vocabulary filter.LanguageCode,
LanguageCodeUpdateVocabularyFilterResponse.Builder languageCode(LanguageCode languageCode)
The language code of the words in the vocabulary filter.
languageCode - The language code of the words in the vocabulary filter.LanguageCode,
LanguageCodeUpdateVocabularyFilterResponse.Builder lastModifiedTime(Instant lastModifiedTime)
The date and time that the vocabulary filter was updated.
lastModifiedTime - The date and time that the vocabulary filter was updated.Copyright © 2021. All rights reserved.