CreateJobParameters Class

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

public class CreateJobParameters extends BaseJobParameters

The parameters used to submit a new Data Lake Analytics job.

Method Summary

Modifier and Type Method and Description
Integer degreeOfParallelism()

Get the degreeOfParallelism value.

List<String> logFilePatterns()

Get the logFilePatterns value.

String name()

Get the name value.

Integer priority()

Get the priority value.

JobRelationshipProperties related()

Get the related value.

CreateJobParameters withDegreeOfParallelism(Integer degreeOfParallelism)

Set the degreeOfParallelism value.

CreateJobParameters withLogFilePatterns(List<String> logFilePatterns)

Set the logFilePatterns value.

CreateJobParameters withName(String name)

Set the name value.

CreateJobParameters withPriority(Integer priority)

Set the priority value.

CreateJobParameters withRelated(JobRelationshipProperties related)

Set the related value.

Inherited Members

Method Details

degreeOfParallelism

public Integer degreeOfParallelism()

Get the degreeOfParallelism value.

Returns:

the degreeOfParallelism value

logFilePatterns

public List logFilePatterns()

Get the logFilePatterns value.

Returns:

the logFilePatterns value

name

public String name()

Get the name value.

Returns:

the name value

priority

public Integer priority()

Get the priority value.

Returns:

the priority value

related

public JobRelationshipProperties related()

Get the related value.

Returns:

the related value

withDegreeOfParallelism

public CreateJobParameters withDegreeOfParallelism(Integer degreeOfParallelism)

Set the degreeOfParallelism value.

Parameters:

degreeOfParallelism - the degreeOfParallelism value to set

Returns:

the CreateJobParameters object itself.

withLogFilePatterns

public CreateJobParameters withLogFilePatterns(List logFilePatterns)

Set the logFilePatterns value.

Parameters:

logFilePatterns - the logFilePatterns value to set

Returns:

the CreateJobParameters object itself.

withName

public CreateJobParameters withName(String name)

Set the name value.

Parameters:

name - the name value to set

Returns:

the CreateJobParameters object itself.

withPriority

public CreateJobParameters withPriority(Integer priority)

Set the priority value.

Parameters:

priority - the priority value to set

Returns:

the CreateJobParameters object itself.

withRelated

public CreateJobParameters withRelated(JobRelationshipProperties related)

Set the related value.

Parameters:

related - the related value to set

Returns:

the CreateJobParameters object itself.

Applies to