BuildJobParameters Class

  • java.lang.Object
    • BaseJobParameters
      • com.microsoft.azure.management.datalake.analytics.models.BuildJobParameters

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.

BuildJobParameters withName(String name)

Set the name value.

Inherited Members

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