static CreateVocabularyRequest.Builder |
CreateVocabularyRequest.builder() |
|
CreateVocabularyRequest.Builder |
CreateVocabularyRequest.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).
|
CreateVocabularyRequest.Builder |
CreateVocabularyRequest.Builder.languageCode(String languageCode) |
The language code that represents the language of the entries in your custom vocabulary.
|
CreateVocabularyRequest.Builder |
CreateVocabularyRequest.Builder.languageCode(LanguageCode languageCode) |
The language code that represents the language of the entries in your custom vocabulary.
|
CreateVocabularyRequest.Builder |
CreateVocabularyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateVocabularyRequest.Builder |
CreateVocabularyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateVocabularyRequest.Builder |
CreateVocabularyRequest.Builder.phrases(String... phrases) |
Use this parameter if you want to create your custom vocabulary by including all desired terms, as
comma-separated values, within your request.
|
CreateVocabularyRequest.Builder |
CreateVocabularyRequest.Builder.phrases(Collection<String> phrases) |
Use this parameter if you want to create your custom vocabulary by including all desired terms, as
comma-separated values, within your request.
|
CreateVocabularyRequest.Builder |
CreateVocabularyRequest.Builder.tags(Collection<Tag> tags) |
Adds one or more custom tags, each in the form of a key:value pair, to a new custom vocabulary at the time
you create this new custom vocabulary.
|
CreateVocabularyRequest.Builder |
CreateVocabularyRequest.Builder.tags(Consumer<Tag.Builder>... tags) |
Adds one or more custom tags, each in the form of a key:value pair, to a new custom vocabulary at the time
you create this new custom vocabulary.
|
CreateVocabularyRequest.Builder |
CreateVocabularyRequest.Builder.tags(Tag... tags) |
Adds one or more custom tags, each in the form of a key:value pair, to a new custom vocabulary at the time
you create this new custom vocabulary.
|
CreateVocabularyRequest.Builder |
CreateVocabularyRequest.toBuilder() |
|
CreateVocabularyRequest.Builder |
CreateVocabularyRequest.Builder.vocabularyFileUri(String vocabularyFileUri) |
The Amazon S3 location of the text file that contains your custom vocabulary.
|
CreateVocabularyRequest.Builder |
CreateVocabularyRequest.Builder.vocabularyName(String vocabularyName) |
A unique name, chosen by you, for your new custom vocabulary.
|