public static interface SchedulingConfig.Builder extends SdkPojo, CopyableBuilder<SchedulingConfig.Builder,SchedulingConfig>
| Modifier and Type | Method and Description |
|---|---|
SchedulingConfig.Builder |
endBehavior(JobEndBehavior endBehavior)
Specifies the end behavior for all job executions after a job reaches the selected
endTime. |
SchedulingConfig.Builder |
endBehavior(String endBehavior)
Specifies the end behavior for all job executions after a job reaches the selected
endTime. |
SchedulingConfig.Builder |
endTime(String endTime)
The time a job will stop rollout of the job document to all devices in the target group for a job.
|
SchedulingConfig.Builder |
startTime(String startTime)
The time a job will begin rollout of the job document to all devices in the target group for a job.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSchedulingConfig.Builder startTime(String startTime)
The time a job will begin rollout of the job document to all devices in the target group for a job. The
startTime can be scheduled up to a year in advance and must be scheduled a minimum of thirty
minutes from the current time.
startTime - The time a job will begin rollout of the job document to all devices in the target group for a job.
The startTime can be scheduled up to a year in advance and must be scheduled a minimum of
thirty minutes from the current time.SchedulingConfig.Builder endTime(String endTime)
The time a job will stop rollout of the job document to all devices in the target group for a job. The
endTime must take place no later than two years from the current time and be scheduled a minimum
of thirty minutes from the current time. The minimum duration between startTime and
endTime is thirty minutes. The maximum duration between startTime and
endTime is two years.
endTime - The time a job will stop rollout of the job document to all devices in the target group for a job. The
endTime must take place no later than two years from the current time and be scheduled a
minimum of thirty minutes from the current time. The minimum duration between startTime
and endTime is thirty minutes. The maximum duration between startTime and
endTime is two years.SchedulingConfig.Builder endBehavior(String endBehavior)
Specifies the end behavior for all job executions after a job reaches the selected endTime. If
endTime is not selected when creating the job, then endBehavior does not apply.
endBehavior - Specifies the end behavior for all job executions after a job reaches the selected
endTime. If endTime is not selected when creating the job, then
endBehavior does not apply.JobEndBehavior,
JobEndBehaviorSchedulingConfig.Builder endBehavior(JobEndBehavior endBehavior)
Specifies the end behavior for all job executions after a job reaches the selected endTime. If
endTime is not selected when creating the job, then endBehavior does not apply.
endBehavior - Specifies the end behavior for all job executions after a job reaches the selected
endTime. If endTime is not selected when creating the job, then
endBehavior does not apply.JobEndBehavior,
JobEndBehaviorCopyright © 2022. All rights reserved.