Uses of Class
software.amazon.awscdk.services.glue.alpha.PythonShellExecutableProps.Builder
-
Uses of PythonShellExecutableProps.Builder in software.amazon.awscdk.services.glue.alpha
Methods in software.amazon.awscdk.services.glue.alpha that return PythonShellExecutableProps.BuilderModifier and TypeMethodDescriptionPythonShellExecutableProps.builder()PythonShellExecutableProps.Builder.extraFiles(List<? extends Code> extraFiles) Sets the value ofPythonShellExecutableProps.getExtraFiles()PythonShellExecutableProps.Builder.extraPythonFiles(List<? extends Code> extraPythonFiles) Sets the value ofPythonShellExecutableProps.getExtraPythonFiles()PythonShellExecutableProps.Builder.glueVersion(GlueVersion glueVersion) Sets the value ofPythonShellExecutableProps.getGlueVersion()PythonShellExecutableProps.Builder.pythonVersion(PythonVersion pythonVersion) Sets the value ofPythonShellExecutableProps.getPythonVersion()Sets the value ofPythonShellExecutableProps.getRuntime()Sets the value ofPythonShellExecutableProps.getScript()Constructors in software.amazon.awscdk.services.glue.alpha with parameters of type PythonShellExecutableProps.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by thePythonShellExecutableProps.Builder.