JobScheduleUpdateParameter 类
定义
The set of changes to be made to a job schedule.
public class JobScheduleUpdateParameter
- 继承
-
java.lang.ObjectJobScheduleUpdateParameter
方法
jobSpecification() |
Get updates affect only jobs that are started after the update has taken place. Any currently active job continues with the older specification.
|
metadata() |
Get if you do not specify this element, it takes the default value of an empty list; in effect, any existing metadata is deleted.
|
schedule() |
Get if you do not specify this element, it is equivalent to passing the default schedule: that is, a single job scheduled to run immediately.
|
withJobSpecification(JobSpecification jobSpecification) |
Set updates affect only jobs that are started after the update has taken place. Any currently active job continues with the older specification.
|
withMetadata(List<MetadataItem> metadata) |
Set if you do not specify this element, it takes the default value of an empty list; in effect, any existing metadata is deleted.
|
withSchedule(Schedule schedule) |
Set if you do not specify this element, it is equivalent to passing the default schedule: that is, a single job scheduled to run immediately.
|