public class UpdateJobParameters extends Object
| Constructor and Description |
|---|
UpdateJobParameters() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
degreeOfParallelism()
Get the degree of parallelism used for this job.
|
Integer |
priority()
Get the priority value for the current job.
|
Map<String,String> |
tags()
Get the key-value pairs used to add additional metadata to the job information.
|
UpdateJobParameters |
withDegreeOfParallelism(Integer degreeOfParallelism)
Set the degree of parallelism used for this job.
|
UpdateJobParameters |
withPriority(Integer priority)
Set the priority value for the current job.
|
UpdateJobParameters |
withTags(Map<String,String> tags)
Set the key-value pairs used to add additional metadata to the job information.
|
public Integer degreeOfParallelism()
public UpdateJobParameters withDegreeOfParallelism(Integer degreeOfParallelism)
degreeOfParallelism - the degreeOfParallelism value to setpublic Integer priority()
public UpdateJobParameters withPriority(Integer priority)
priority - the priority value to setpublic Map<String,String> tags()
public UpdateJobParameters withTags(Map<String,String> tags)
tags - the tags value to setCopyright © 2019. All rights reserved.