public static interface ScheduleConfiguration.Builder extends SdkPojo, CopyableBuilder<ScheduleConfiguration.Builder,ScheduleConfiguration>
| Modifier and Type | Method and Description |
|---|---|
ScheduleConfiguration.Builder |
scheduleExpression(String scheduleExpression)
An expression that denotes when to trigger the scheduled query run.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildScheduleConfiguration.Builder scheduleExpression(String scheduleExpression)
An expression that denotes when to trigger the scheduled query run. This can be a cron expression or a rate expression.
scheduleExpression - An expression that denotes when to trigger the scheduled query run. This can be a cron expression or a
rate expression.Copyright © 2023. All rights reserved.