@Stability(value=Experimental) public static final class PythonSparkJobExecutableProps.Builder extends Object implements software.amazon.jsii.Builder<PythonSparkJobExecutableProps>
PythonSparkJobExecutableProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Experimental) public PythonSparkJobExecutableProps.Builder glueVersion(GlueVersion glueVersion)
PythonSparkJobExecutableProps.getGlueVersion()glueVersion - Glue version. This parameter is required.this@Stability(value=Experimental) public PythonSparkJobExecutableProps.Builder pythonVersion(PythonVersion pythonVersion)
PythonSparkJobExecutableProps.getPythonVersion()pythonVersion - The Python version to use. This parameter is required.this@Stability(value=Experimental) public PythonSparkJobExecutableProps.Builder script(Code script)
PythonSparkJobExecutableProps.getScript()script - The script that executes a job. This parameter is required.this@Stability(value=Experimental) public PythonSparkJobExecutableProps.Builder extraFiles(List<? extends Code> extraFiles)
PythonSparkJobExecutableProps.getExtraFiles()extraFiles - Additional files, such as configuration files that AWS Glue copies to the working directory of your script before executing it.
Only individual files are supported, directories are not supported.this@Stability(value=Experimental) public PythonSparkJobExecutableProps.Builder extraJars(List<? extends Code> extraJars)
PythonSparkJobExecutableProps.getExtraJars()extraJars - Additional Java .jar files that AWS Glue adds to the Java classpath before executing your script. Only individual files are supported, directories are not supported.this@Stability(value=Experimental) public PythonSparkJobExecutableProps.Builder extraJarsFirst(Boolean extraJarsFirst)
PythonSparkJobExecutableProps.getExtraJarsFirst()extraJarsFirst - Setting this value to true prioritizes the customer's extra JAR files in the classpath.this@Stability(value=Experimental) public PythonSparkJobExecutableProps.Builder extraPythonFiles(List<? extends Code> extraPythonFiles)
PythonSparkJobExecutableProps.getExtraPythonFiles()extraPythonFiles - Additional Python files that AWS Glue adds to the Python path before executing your script.
Only individual files are supported, directories are not supported.this@Stability(value=Experimental) public PythonSparkJobExecutableProps build()
build in interface software.amazon.jsii.Builder<PythonSparkJobExecutableProps>PythonSparkJobExecutablePropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.