@Stability(value=Stable) public static final class SparkSubmitJobDriver.Builder extends Object implements software.amazon.jsii.Builder<SparkSubmitJobDriver>
SparkSubmitJobDriver| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
SparkSubmitJobDriver |
build()
Builds the configured instance.
|
SparkSubmitJobDriver.Builder |
entryPoint(TaskInput entryPoint)
Sets the value of
SparkSubmitJobDriver.getEntryPoint() |
SparkSubmitJobDriver.Builder |
entryPointArguments(TaskInput entryPointArguments)
Sets the value of
SparkSubmitJobDriver.getEntryPointArguments() |
SparkSubmitJobDriver.Builder |
sparkSubmitParameters(String sparkSubmitParameters)
Sets the value of
SparkSubmitJobDriver.getSparkSubmitParameters() |
@Stability(value=Stable) public SparkSubmitJobDriver.Builder entryPoint(TaskInput entryPoint)
SparkSubmitJobDriver.getEntryPoint()entryPoint - The entry point of job application. This parameter is required.
Length Constraints: Minimum length of 1. Maximum length of 256.this@Stability(value=Stable) public SparkSubmitJobDriver.Builder entryPointArguments(TaskInput entryPointArguments)
SparkSubmitJobDriver.getEntryPointArguments()entryPointArguments - The arguments for a job application in a task input object containing an array of strings.
Length Constraints: Minimum length of 1. Maximum length of 10280.this@Stability(value=Stable) public SparkSubmitJobDriver.Builder sparkSubmitParameters(String sparkSubmitParameters)
SparkSubmitJobDriver.getSparkSubmitParameters()sparkSubmitParameters - The Spark submit parameters that are used for job runs.
Length Constraints: Minimum length of 1. Maximum length of 102400.this@Stability(value=Stable) public SparkSubmitJobDriver build()
build in interface software.amazon.jsii.Builder<SparkSubmitJobDriver>SparkSubmitJobDriverNullPointerException - if any required attribute was not providedCopyright © 2023. All rights reserved.