| Package | Description |
|---|---|
| com.databricks.sdk.service.pipelines |
| Modifier and Type | Method and Description |
|---|---|
RestartWindow |
PipelineSpec.getRestartWindow() |
RestartWindow |
CreatePipeline.getRestartWindow() |
RestartWindow |
EditPipeline.getRestartWindow() |
RestartWindow |
RestartWindow.setDaysOfWeek(Collection<DayOfWeek> daysOfWeek) |
RestartWindow |
RestartWindow.setStartHour(Long startHour) |
RestartWindow |
RestartWindow.setTimeZoneId(String timeZoneId) |
| Modifier and Type | Method and Description |
|---|---|
PipelineSpec |
PipelineSpec.setRestartWindow(RestartWindow restartWindow) |
CreatePipeline |
CreatePipeline.setRestartWindow(RestartWindow restartWindow) |
EditPipeline |
EditPipeline.setRestartWindow(RestartWindow restartWindow) |
Copyright © 2025. All rights reserved.