public static interface SparkSqlJobDriver.Builder extends SdkPojo, CopyableBuilder<SparkSqlJobDriver.Builder,SparkSqlJobDriver>
| Modifier and Type | Method and Description |
|---|---|
SparkSqlJobDriver.Builder |
entryPoint(String entryPoint)
The SQL file to be executed.
|
SparkSqlJobDriver.Builder |
sparkSqlParameters(String sparkSqlParameters)
The Spark parameters to be included in the Spark SQL command.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSparkSqlJobDriver.Builder entryPoint(String entryPoint)
The SQL file to be executed.
entryPoint - The SQL file to be executed.SparkSqlJobDriver.Builder sparkSqlParameters(String sparkSqlParameters)
The Spark parameters to be included in the Spark SQL command.
sparkSqlParameters - The Spark parameters to be included in the Spark SQL command.Copyright © 2023. All rights reserved.