static CreateMedicalVocabularyRequest.Builder |
CreateMedicalVocabularyRequest.builder() |
|
CreateMedicalVocabularyRequest.Builder |
CreateMedicalVocabularyRequest.Builder.languageCode(String languageCode) |
The language code that represents the language of the entries in your custom vocabulary.
|
CreateMedicalVocabularyRequest.Builder |
CreateMedicalVocabularyRequest.Builder.languageCode(LanguageCode languageCode) |
The language code that represents the language of the entries in your custom vocabulary.
|
CreateMedicalVocabularyRequest.Builder |
CreateMedicalVocabularyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateMedicalVocabularyRequest.Builder |
CreateMedicalVocabularyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateMedicalVocabularyRequest.Builder |
CreateMedicalVocabularyRequest.Builder.tags(Collection<Tag> tags) |
Adds one or more custom tags, each in the form of a key:value pair, to a new custom medical vocabulary at the
time you create this new custom vocabulary.
|
CreateMedicalVocabularyRequest.Builder |
CreateMedicalVocabularyRequest.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 medical vocabulary at the
time you create this new custom vocabulary.
|
CreateMedicalVocabularyRequest.Builder |
CreateMedicalVocabularyRequest.Builder.tags(Tag... tags) |
Adds one or more custom tags, each in the form of a key:value pair, to a new custom medical vocabulary at the
time you create this new custom vocabulary.
|
CreateMedicalVocabularyRequest.Builder |
CreateMedicalVocabularyRequest.toBuilder() |
|
CreateMedicalVocabularyRequest.Builder |
CreateMedicalVocabularyRequest.Builder.vocabularyFileUri(String vocabularyFileUri) |
The Amazon S3 location (URI) of the text file that contains your custom medical vocabulary.
|
CreateMedicalVocabularyRequest.Builder |
CreateMedicalVocabularyRequest.Builder.vocabularyName(String vocabularyName) |
A unique name, chosen by you, for your new custom medical vocabulary.
|