Uses of Class
software.amazon.awscdk.services.glue.alpha.PythonRayExecutableProps.Builder
-
Uses of PythonRayExecutableProps.Builder in software.amazon.awscdk.services.glue.alpha
Modifier and TypeMethodDescriptionPythonRayExecutableProps.builder()
PythonRayExecutableProps.Builder.extraFiles
(List<? extends Code> extraFiles) Sets the value ofPythonRayExecutableProps.getExtraFiles()
PythonRayExecutableProps.Builder.glueVersion
(GlueVersion glueVersion) Sets the value ofPythonRayExecutableProps.getGlueVersion()
PythonRayExecutableProps.Builder.pythonVersion
(PythonVersion pythonVersion) Sets the value ofPythonRayExecutableProps.getPythonVersion()
Sets the value ofPythonRayExecutableProps.getRuntime()
PythonRayExecutableProps.Builder.s3PythonModules
(List<? extends Code> s3PythonModules) Sets the value ofPythonRayExecutableProps.getS3PythonModules()
Sets the value ofPythonRayExecutableProps.getScript()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by thePythonRayExecutableProps.Builder
.