Uses of Enum
software.amazon.awscdk.services.glue.alpha.PythonVersion
-
Uses of PythonVersion in software.amazon.awscdk.services.glue.alpha
Modifier and TypeMethodDescriptiondefault PythonVersion
JobExecutableConfig.getPythonVersion()
(experimental) The Python version to use.final PythonVersion
JobExecutableConfig.Jsii$Proxy.getPythonVersion()
PythonRayExecutableProps.getPythonVersion()
(experimental) The Python version to use.final PythonVersion
PythonRayExecutableProps.Jsii$Proxy.getPythonVersion()
PythonShellExecutableProps.getPythonVersion()
(experimental) The Python version to use.final PythonVersion
PythonShellExecutableProps.Jsii$Proxy.getPythonVersion()
PythonSparkJobExecutableProps.getPythonVersion()
(experimental) The Python version to use.final PythonVersion
PythonSparkJobExecutableProps.Jsii$Proxy.getPythonVersion()
static PythonVersion
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 TypeMethodDescriptionJobExecutableConfig.Builder.pythonVersion
(PythonVersion pythonVersion) Sets the value ofJobExecutableConfig.getPythonVersion()
PythonRayExecutableProps.Builder.pythonVersion
(PythonVersion pythonVersion) Sets the value ofPythonRayExecutableProps.getPythonVersion()
PythonShellExecutableProps.Builder.pythonVersion
(PythonVersion pythonVersion) Sets the value ofPythonShellExecutableProps.getPythonVersion()
PythonSparkJobExecutableProps.Builder.pythonVersion
(PythonVersion pythonVersion) Sets the value ofPythonSparkJobExecutableProps.getPythonVersion()