| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
Schedule |
Schedule.clone() |
Schedule |
Crawler.getSchedule()
A
Schedule object that specifies the schedule on which this Crawler is to be run. |
Schedule |
Schedule.withScheduleExpression(String scheduleExpression)
A
cron expression used to specify the schedule (see Time-Based Schedules for
Jobs and Crawlers. |
Schedule |
Schedule.withState(ScheduleState state)
The state of the schedule.
|
Schedule |
Schedule.withState(String state)
The state of the schedule.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Crawler.setSchedule(Schedule schedule)
A
Schedule object that specifies the schedule on which this Crawler is to be run. |
Crawler |
Crawler.withSchedule(Schedule schedule)
A
Schedule object that specifies the schedule on which this Crawler is to be run. |
Copyright © 2017. All rights reserved.