Class MedicalVocabularyArgs.Builder

  • Enclosing class:
    MedicalVocabularyArgs

    public static final class MedicalVocabularyArgs.Builder
    extends java.lang.Object
    • Method Detail

      • languageCode

        public MedicalVocabularyArgs.Builder languageCode​(com.pulumi.core.Output<java.lang.String> languageCode)
        Parameters:
        languageCode - The language code you selected for your medical vocabulary. US English (en-US) is the only language supported with Amazon Transcribe Medical.
        Returns:
        builder
      • languageCode

        public MedicalVocabularyArgs.Builder languageCode​(java.lang.String languageCode)
        Parameters:
        languageCode - The language code you selected for your medical vocabulary. US English (en-US) is the only language supported with Amazon Transcribe Medical.
        Returns:
        builder
      • tags

        public MedicalVocabularyArgs.Builder tags​(@Nullable
                                                  com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>> tags)
        Parameters:
        tags - A map of tags to assign to the MedicalVocabulary. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
        Returns:
        builder
      • tags

        public MedicalVocabularyArgs.Builder tags​(java.util.Map<java.lang.String,​java.lang.String> tags)
        Parameters:
        tags - A map of tags to assign to the MedicalVocabulary. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
        Returns:
        builder
      • vocabularyFileUri

        public MedicalVocabularyArgs.Builder vocabularyFileUri​(com.pulumi.core.Output<java.lang.String> vocabularyFileUri)
        Parameters:
        vocabularyFileUri - The Amazon S3 location (URI) of the text file that contains your custom medical vocabulary.
        Returns:
        builder
      • vocabularyFileUri

        public MedicalVocabularyArgs.Builder vocabularyFileUri​(java.lang.String vocabularyFileUri)
        Parameters:
        vocabularyFileUri - The Amazon S3 location (URI) of the text file that contains your custom medical vocabulary.
        Returns:
        builder
      • vocabularyName

        public MedicalVocabularyArgs.Builder vocabularyName​(com.pulumi.core.Output<java.lang.String> vocabularyName)
        Parameters:
        vocabularyName - The name of the Medical Vocabulary. The following arguments are optional:
        Returns:
        builder
      • vocabularyName

        public MedicalVocabularyArgs.Builder vocabularyName​(java.lang.String vocabularyName)
        Parameters:
        vocabularyName - The name of the Medical Vocabulary. The following arguments are optional:
        Returns:
        builder