| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
static SchedulingConfig.Builder |
SchedulingConfig.builder() |
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.endBehavior(String 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() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SchedulingConfig.Builder> |
SchedulingConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Job.Builder |
Job.Builder.schedulingConfig(Consumer<SchedulingConfig.Builder> schedulingConfig)
The configuration that allows you to schedule a job for a future date and time in addition to specifying the
end behavior for each job execution.
|
default CreateJobRequest.Builder |
CreateJobRequest.Builder.schedulingConfig(Consumer<SchedulingConfig.Builder> schedulingConfig)
The configuration that allows you to schedule a job for a future date and time in addition to specifying the
end behavior for each job execution.
|
Copyright © 2023. All rights reserved.