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 Amazon S3 location where the custom vocabulary filter is stored; use this URI to view or download the
custom vocabulary filter.
|
GetVocabularyFilterResponse.Builder |
languageCode(LanguageCode languageCode)
The language code you selected for your custom vocabulary filter.
|
GetVocabularyFilterResponse.Builder |
languageCode(String languageCode)
The language code you selected for your custom vocabulary filter.
|
GetVocabularyFilterResponse.Builder |
lastModifiedTime(Instant lastModifiedTime)
The date and time the specified custom vocabulary filter was last modified.
|
GetVocabularyFilterResponse.Builder |
vocabularyFilterName(String vocabularyFilterName)
The name of the custom vocabulary filter you requested information about.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetVocabularyFilterResponse.Builder vocabularyFilterName(String vocabularyFilterName)
The name of the custom vocabulary filter you requested information about.
vocabularyFilterName - The name of the custom vocabulary filter you requested information about.GetVocabularyFilterResponse.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,
LanguageCodeGetVocabularyFilterResponse.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,
LanguageCodeGetVocabularyFilterResponse.Builder lastModifiedTime(Instant lastModifiedTime)
The date and time the specified custom vocabulary filter was last modified.
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 modified.
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.
GetVocabularyFilterResponse.Builder downloadUri(String downloadUri)
The Amazon S3 location where the custom vocabulary filter is stored; use this URI to view or download the custom vocabulary filter.
downloadUri - The Amazon S3 location where the custom vocabulary filter is stored; use this URI to view or download
the custom vocabulary filter.Copyright © 2022. All rights reserved.