| Package | Description |
|---|---|
| com.amazonaws.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
ScheduledTriggerProperties |
ScheduledTriggerProperties.clone() |
ScheduledTriggerProperties |
TriggerProperties.getScheduled()
Specifies the configuration details of a schedule-triggered flow as defined by the user.
|
ScheduledTriggerProperties |
ScheduledTriggerProperties.withDataPullMode(DataPullMode dataPullMode)
Specifies whether a scheduled flow has an incremental data transfer or a complete data transfer for each flow
run.
|
ScheduledTriggerProperties |
ScheduledTriggerProperties.withDataPullMode(String dataPullMode)
Specifies whether a scheduled flow has an incremental data transfer or a complete data transfer for each flow
run.
|
ScheduledTriggerProperties |
ScheduledTriggerProperties.withFirstExecutionFrom(Date firstExecutionFrom)
Specifies the date range for the records to import from the connector in the first flow run.
|
ScheduledTriggerProperties |
ScheduledTriggerProperties.withFlowErrorDeactivationThreshold(Integer flowErrorDeactivationThreshold)
Defines how many times a scheduled flow fails consecutively before Amazon AppFlow deactivates it.
|
ScheduledTriggerProperties |
ScheduledTriggerProperties.withScheduleEndTime(Date scheduleEndTime)
The time at which the scheduled flow ends.
|
ScheduledTriggerProperties |
ScheduledTriggerProperties.withScheduleExpression(String scheduleExpression)
The scheduling expression that determines the rate at which the schedule will run, for example
rate(5minutes). |
ScheduledTriggerProperties |
ScheduledTriggerProperties.withScheduleOffset(Long scheduleOffset)
Specifies the optional offset that is added to the time interval for a schedule-triggered flow.
|
ScheduledTriggerProperties |
ScheduledTriggerProperties.withScheduleStartTime(Date scheduleStartTime)
The time at which the scheduled flow starts.
|
ScheduledTriggerProperties |
ScheduledTriggerProperties.withTimezone(String timezone)
Specifies the time zone used when referring to the dates and times of a scheduled flow, such as
America/New_York. |
| Modifier and Type | Method and Description |
|---|---|
void |
TriggerProperties.setScheduled(ScheduledTriggerProperties scheduled)
Specifies the configuration details of a schedule-triggered flow as defined by the user.
|
TriggerProperties |
TriggerProperties.withScheduled(ScheduledTriggerProperties scheduled)
Specifies the configuration details of a schedule-triggered flow as defined by the user.
|
Copyright © 2024. All rights reserved.