public class CreateJobParameters extends BaseJobParameters
Constructor and Description |
---|
CreateJobParameters() |
Modifier and Type | Method and Description |
---|---|
Integer |
degreeOfParallelism()
Get the degree of parallelism to use for this job.
|
List<String> |
logFilePatterns()
Get the list of log file name patterns to find in the logFolder.
|
String |
name()
Get the friendly name of the job to submit.
|
Integer |
priority()
Get the priority value to use for the current job.
|
JobRelationshipProperties |
related()
Get the recurring job relationship information properties.
|
CreateJobParameters |
withDegreeOfParallelism(Integer degreeOfParallelism)
Set the degree of parallelism to use for this job.
|
CreateJobParameters |
withLogFilePatterns(List<String> logFilePatterns)
Set the list of log file name patterns to find in the logFolder.
|
CreateJobParameters |
withName(String name)
Set the friendly name of the job to submit.
|
CreateJobParameters |
withPriority(Integer priority)
Set the priority value to use for the current job.
|
CreateJobParameters |
withRelated(JobRelationshipProperties related)
Set the recurring job relationship information properties.
|
properties, type, withProperties, withType
public String name()
public CreateJobParameters withName(String name)
name
- the name value to setpublic Integer degreeOfParallelism()
public CreateJobParameters withDegreeOfParallelism(Integer degreeOfParallelism)
degreeOfParallelism
- the degreeOfParallelism value to setpublic Integer priority()
public CreateJobParameters withPriority(Integer priority)
priority
- the priority value to setpublic List<String> logFilePatterns()
public CreateJobParameters withLogFilePatterns(List<String> logFilePatterns)
logFilePatterns
- the logFilePatterns value to setpublic JobRelationshipProperties related()
public CreateJobParameters withRelated(JobRelationshipProperties related)
related
- the related value to setCopyright © 2019. All rights reserved.