static GetVocabularyResponse.Builder |
GetVocabularyResponse.builder() |
|
GetVocabularyResponse.Builder |
GetVocabularyResponse.Builder.downloadUri(String downloadUri) |
The Amazon S3 location where the custom vocabulary is stored; use this URI to view or download the custom
vocabulary.
|
GetVocabularyResponse.Builder |
GetVocabularyResponse.Builder.failureReason(String failureReason) |
If VocabularyState is FAILED, FailureReason contains information about
why the custom vocabulary request failed.
|
GetVocabularyResponse.Builder |
GetVocabularyResponse.Builder.languageCode(String languageCode) |
The language code you selected for your custom vocabulary.
|
GetVocabularyResponse.Builder |
GetVocabularyResponse.Builder.languageCode(LanguageCode languageCode) |
The language code you selected for your custom vocabulary.
|
GetVocabularyResponse.Builder |
GetVocabularyResponse.Builder.lastModifiedTime(Instant lastModifiedTime) |
The date and time the specified custom vocabulary was last modified.
|
GetVocabularyResponse.Builder |
GetVocabularyResponse.toBuilder() |
|
GetVocabularyResponse.Builder |
GetVocabularyResponse.Builder.vocabularyName(String vocabularyName) |
The name of the custom vocabulary you requested information about.
|
GetVocabularyResponse.Builder |
GetVocabularyResponse.Builder.vocabularyState(String vocabularyState) |
The processing state of your custom vocabulary.
|
GetVocabularyResponse.Builder |
GetVocabularyResponse.Builder.vocabularyState(VocabularyState vocabularyState) |
The processing state of your custom vocabulary.
|