static UpdateVocabularyRequest.Builder |
UpdateVocabularyRequest.builder() |
|
UpdateVocabularyRequest.Builder |
UpdateVocabularyRequest.Builder.dataAccessRoleArn(String dataAccessRoleArn) |
The Amazon Resource Name (ARN) of an IAM role that has permissions to access the Amazon S3 bucket that
contains your input files (in this case, your custom vocabulary).
|
UpdateVocabularyRequest.Builder |
UpdateVocabularyRequest.Builder.languageCode(String languageCode) |
The language code that represents the language of the entries in the custom vocabulary you want to update.
|
UpdateVocabularyRequest.Builder |
UpdateVocabularyRequest.Builder.languageCode(LanguageCode languageCode) |
The language code that represents the language of the entries in the custom vocabulary you want to update.
|
UpdateVocabularyRequest.Builder |
UpdateVocabularyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
UpdateVocabularyRequest.Builder |
UpdateVocabularyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
UpdateVocabularyRequest.Builder |
UpdateVocabularyRequest.Builder.phrases(String... phrases) |
Use this parameter if you want to update your custom vocabulary by including all desired terms, as
comma-separated values, within your request.
|
UpdateVocabularyRequest.Builder |
UpdateVocabularyRequest.Builder.phrases(Collection<String> phrases) |
Use this parameter if you want to update your custom vocabulary by including all desired terms, as
comma-separated values, within your request.
|
UpdateVocabularyRequest.Builder |
UpdateVocabularyRequest.toBuilder() |
|
UpdateVocabularyRequest.Builder |
UpdateVocabularyRequest.Builder.vocabularyFileUri(String vocabularyFileUri) |
The Amazon S3 location of the text file that contains your custom vocabulary.
|
UpdateVocabularyRequest.Builder |
UpdateVocabularyRequest.Builder.vocabularyName(String vocabularyName) |
The name of the custom vocabulary you want to update.
|