public static interface GetVocabularyFilterResponse.Builder extends TranscribeResponse.Builder, SdkPojo, CopyableBuilder<GetVocabularyFilterResponse.Builder,GetVocabularyFilterResponse>
Modifier and Type | Method and Description |
---|---|
GetVocabularyFilterResponse.Builder |
downloadUri(String downloadUri)
The URI of the list of words in the vocabulary filter.
|
GetVocabularyFilterResponse.Builder |
languageCode(LanguageCode languageCode)
The language code of the words in the vocabulary filter.
|
GetVocabularyFilterResponse.Builder |
languageCode(String languageCode)
The language code of the words in the vocabulary filter.
|
GetVocabularyFilterResponse.Builder |
lastModifiedTime(Instant lastModifiedTime)
The date and time that the contents of the vocabulary filter were updated.
|
GetVocabularyFilterResponse.Builder |
vocabularyFilterName(String vocabularyFilterName)
The name of the vocabulary filter.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetVocabularyFilterResponse.Builder vocabularyFilterName(String vocabularyFilterName)
The name of the vocabulary filter.
vocabularyFilterName
- The name of the vocabulary filter.GetVocabularyFilterResponse.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
,
LanguageCode
GetVocabularyFilterResponse.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
,
LanguageCode
GetVocabularyFilterResponse.Builder lastModifiedTime(Instant lastModifiedTime)
The date and time that the contents of the vocabulary filter were updated.
lastModifiedTime
- The date and time that the contents of the vocabulary filter were updated.GetVocabularyFilterResponse.Builder downloadUri(String downloadUri)
The URI of the list of words in the vocabulary filter. You can use this URI to get the list of words.
downloadUri
- The URI of the list of words in the vocabulary filter. You can use this URI to get the list of words.