public class CreateJobProperties extends Object
| Constructor and Description |
|---|
CreateJobProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
runtimeVersion()
Get the runtime version of the Data Lake Analytics engine to use for the specific type of job being run.
|
String |
script()
Get the script to run.
|
CreateJobProperties |
withRuntimeVersion(String runtimeVersion)
Set the runtime version of the Data Lake Analytics engine to use for the specific type of job being run.
|
CreateJobProperties |
withScript(String script)
Set the script to run.
|
public String runtimeVersion()
public CreateJobProperties withRuntimeVersion(String runtimeVersion)
runtimeVersion - the runtimeVersion value to setpublic String script()
public CreateJobProperties withScript(String script)
script - the script value to setCopyright © 2019. All rights reserved.