| Package | Description |
|---|---|
| software.amazon.awscdk.services.glue |
AWS Glue Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
JobLanguage |
JobExecutableConfig.getLanguage()
(experimental) The language of the job (Scala or Python).
|
JobLanguage |
JobExecutableConfig.Jsii$Proxy.getLanguage() |
static JobLanguage |
JobLanguage.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobLanguage[] |
JobLanguage.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
JobExecutableConfig.Builder |
JobExecutableConfig.Builder.language(JobLanguage language)
Sets the value of
JobExecutableConfig.getLanguage() |
Copyright © 2022. All rights reserved.