public static interface ScheduleConfiguration.Builder extends SdkPojo, CopyableBuilder<ScheduleConfiguration.Builder,ScheduleConfiguration>
| Modifier and Type | Method and Description |
|---|---|
ScheduleConfiguration.Builder |
firstExecutionFrom(String firstExecutionFrom)
The start date for objects to import in the first flow run as an Unix/epoch timestamp in milliseconds or in
ISO-8601 format.
|
ScheduleConfiguration.Builder |
object(String object)
The name of the object to pull from the data source.
|
ScheduleConfiguration.Builder |
scheduleExpression(String scheduleExpression)
How often the data should be pulled from data source.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildScheduleConfiguration.Builder firstExecutionFrom(String firstExecutionFrom)
The start date for objects to import in the first flow run as an Unix/epoch timestamp in milliseconds or in ISO-8601 format.
firstExecutionFrom - The start date for objects to import in the first flow run as an Unix/epoch timestamp in milliseconds
or in ISO-8601 format.ScheduleConfiguration.Builder object(String object)
The name of the object to pull from the data source.
object - The name of the object to pull from the data source.ScheduleConfiguration.Builder scheduleExpression(String scheduleExpression)
How often the data should be pulled from data source.
scheduleExpression - How often the data should be pulled from data source.Copyright © 2023. All rights reserved.