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