Class BuildJobParameters
java.lang.Object
com.microsoft.azure.management.datalake.analytics.models.BaseJobParameters
com.microsoft.azure.management.datalake.analytics.models.BuildJobParameters
The parameters used to build a new Data Lake Analytics job.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionname()
Get the friendly name of the job to build.Set the friendly name of the job to build.Methods inherited from class com.microsoft.azure.management.datalake.analytics.models.BaseJobParameters
properties, type, withProperties, withType
-
Constructor Details
-
BuildJobParameters
public BuildJobParameters()
-
-
Method Details
-
name
Get the friendly name of the job to build.- Returns:
- the name value
-
withName
Set the friendly name of the job to build.- Parameters:
name
- the name value to set- Returns:
- the BuildJobParameters object itself.
-