BuildJobParameters Class
- java.
lang. Object - BaseJobParameters
- com.
microsoft. azure. management. datalake. analytics. models. BuildJobParameters
- com.
public class BuildJobParameters extends BaseJobParameters
The parameters used to build a new Data Lake Analytics job.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
name()
Get the name value. |
Build |
withName(String name)
Set the name value. |
Inherited Members
BaseJobParameters.properties()
BaseJobParameters.type()
BaseJobParameters.withProperties(CreateJobProperties properties)
BaseJobParameters.withType(JobType type)
Method Details
name
public String name()
Get the name value.
Returns:
the name value
withName
public BuildJobParameters withName(String name)
Set the name value.
Parameters:
name
- the name value to set
Returns:
the BuildJobParameters object itself.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java