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 you selected for your custom vocabulary filter.
|
UpdateVocabularyFilterResponse.Builder |
languageCode(String languageCode)
The language code you selected for your custom vocabulary filter.
|
UpdateVocabularyFilterResponse.Builder |
lastModifiedTime(Instant lastModifiedTime)
The date and time the specified custom vocabulary filter was last updated.
|
UpdateVocabularyFilterResponse.Builder |
vocabularyFilterName(String vocabularyFilterName)
The name of the updated custom vocabulary filter.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateVocabularyFilterResponse.Builder vocabularyFilterName(String vocabularyFilterName)
The name of the updated custom vocabulary filter.
vocabularyFilterName - The name of the updated custom vocabulary filter.UpdateVocabularyFilterResponse.Builder languageCode(String languageCode)
The language code you selected for your custom vocabulary filter.
languageCode - The language code you selected for your custom vocabulary filter.LanguageCode,
LanguageCodeUpdateVocabularyFilterResponse.Builder languageCode(LanguageCode languageCode)
The language code you selected for your custom vocabulary filter.
languageCode - The language code you selected for your custom vocabulary filter.LanguageCode,
LanguageCodeUpdateVocabularyFilterResponse.Builder lastModifiedTime(Instant lastModifiedTime)
The date and time the specified custom vocabulary filter was last updated.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC. For example,
2022-05-04T12:32:58.761000-07:00 represents 12:32 PM UTC-7 on May 4, 2022.
lastModifiedTime - The date and time the specified custom vocabulary filter was last updated.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC. For example,
2022-05-04T12:32:58.761000-07:00 represents 12:32 PM UTC-7 on May 4, 2022.
Copyright © 2023. All rights reserved.