public static interface Schedule.Builder extends CopyableBuilder<Schedule.Builder,Schedule>
| Modifier and Type | Method and Description |
|---|---|
Schedule.Builder |
scheduleExpression(String scheduleExpression)
A
cron expression used to specify the schedule (see Time-Based Schedules
for Jobs and Crawlers. |
Schedule.Builder |
state(ScheduleState state)
The state of the schedule.
|
Schedule.Builder |
state(String state)
The state of the schedule.
|
copyapply, buildSchedule.Builder scheduleExpression(String scheduleExpression)
A cron expression used to specify the schedule (see Time-Based Schedules
for Jobs and Crawlers. For example, to run something every day at 12:15 UTC, you would specify:
cron(15 12 * * ? *).
scheduleExpression - A cron expression used to specify the schedule (see Time-Based
Schedules for Jobs and Crawlers. For example, to run something every day at 12:15 UTC, you would
specify: cron(15 12 * * ? *).Schedule.Builder state(String state)
The state of the schedule.
state - The state of the schedule.ScheduleState,
ScheduleStateSchedule.Builder state(ScheduleState state)
The state of the schedule.
state - The state of the schedule.ScheduleState,
ScheduleStateCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.