Uses of Enum Class
software.amazon.awscdk.services.glue.alpha.JobLanguage
-
Uses of JobLanguage in software.amazon.awscdk.services.glue.alpha
Methods in software.amazon.awscdk.services.glue.alpha that return JobLanguageModifier and TypeMethodDescriptionJobExecutableConfig.getLanguage()(experimental) The language of the job (Scala or Python).final JobLanguageJobExecutableConfig.Jsii$Proxy.getLanguage()static JobLanguageReturns the enum constant of this class with the specified name.static JobLanguage[]JobLanguage.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.awscdk.services.glue.alpha with parameters of type JobLanguageModifier and TypeMethodDescriptionJobExecutableConfig.Builder.language(JobLanguage language) Sets the value ofJobExecutableConfig.getLanguage()