static SchedulingConfig.Builder |
SchedulingConfig.builder() |
|
SchedulingConfig.Builder |
SchedulingConfig.Builder.endBehavior(String endBehavior) |
Specifies the end behavior for all job executions after a job reaches the selected endTime.
|
SchedulingConfig.Builder |
SchedulingConfig.Builder.endBehavior(JobEndBehavior endBehavior) |
Specifies the end behavior for all job executions after a job reaches the selected endTime.
|
SchedulingConfig.Builder |
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 |
SchedulingConfig.Builder.maintenanceWindows(Collection<MaintenanceWindow> maintenanceWindows) |
An optional configuration within the SchedulingConfig to setup a recurring maintenance window
with a predetermined start time and duration for the rollout of a job document to all devices in a target
group for a job.
|
SchedulingConfig.Builder |
SchedulingConfig.Builder.maintenanceWindows(Consumer<MaintenanceWindow.Builder>... maintenanceWindows) |
An optional configuration within the SchedulingConfig to setup a recurring maintenance window
with a predetermined start time and duration for the rollout of a job document to all devices in a target
group for a job.
|
SchedulingConfig.Builder |
SchedulingConfig.Builder.maintenanceWindows(MaintenanceWindow... maintenanceWindows) |
An optional configuration within the SchedulingConfig to setup a recurring maintenance window
with a predetermined start time and duration for the rollout of a job document to all devices in a target
group for a job.
|
SchedulingConfig.Builder |
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.
|
SchedulingConfig.Builder |
SchedulingConfig.toBuilder() |
|