public class JobUpdateParameter extends Object
Constructor and Description |
---|
JobUpdateParameter() |
Modifier and Type | Method and Description |
---|---|
JobConstraints |
constraints()
Get the constraints value.
|
List<MetadataItem> |
metadata()
Get the metadata value.
|
OnAllTasksComplete |
onAllTasksComplete()
Get the onAllTasksComplete value.
|
PoolInformation |
poolInfo()
Get the poolInfo value.
|
Integer |
priority()
Get the priority value.
|
JobUpdateParameter |
withConstraints(JobConstraints constraints)
Set the constraints value.
|
JobUpdateParameter |
withMetadata(List<MetadataItem> metadata)
Set the metadata value.
|
JobUpdateParameter |
withOnAllTasksComplete(OnAllTasksComplete onAllTasksComplete)
Set the onAllTasksComplete value.
|
JobUpdateParameter |
withPoolInfo(PoolInformation poolInfo)
Set the poolInfo value.
|
JobUpdateParameter |
withPriority(Integer priority)
Set the priority value.
|
public Integer priority()
public JobUpdateParameter withPriority(Integer priority)
priority
- the priority value to setpublic JobConstraints constraints()
public JobUpdateParameter withConstraints(JobConstraints constraints)
constraints
- the constraints value to setpublic PoolInformation poolInfo()
public JobUpdateParameter withPoolInfo(PoolInformation poolInfo)
poolInfo
- the poolInfo value to setpublic List<MetadataItem> metadata()
public JobUpdateParameter withMetadata(List<MetadataItem> metadata)
metadata
- the metadata value to setpublic OnAllTasksComplete onAllTasksComplete()
public JobUpdateParameter withOnAllTasksComplete(OnAllTasksComplete onAllTasksComplete)
onAllTasksComplete
- the onAllTasksComplete value to setCopyright © 2019. All rights reserved.