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