Struct aws_sdk_appflow::model::scheduled_trigger_properties::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for ScheduledTriggerProperties
Implementations
The scheduling expression that determines the rate at which the schedule will run, for example rate(5minutes)
.
The scheduling expression that determines the rate at which the schedule will run, for example rate(5minutes)
.
Specifies whether a scheduled flow has an incremental data transfer or a complete data transfer for each flow run.
Specifies whether a scheduled flow has an incremental data transfer or a complete data transfer for each flow run.
Specifies the scheduled start time for a schedule-triggered flow.
Specifies the scheduled start time for a schedule-triggered flow.
Specifies the scheduled end time for a schedule-triggered flow.
Specifies the scheduled end time for a schedule-triggered flow.
Specifies the time zone used when referring to the date and time of a scheduled-triggered flow, such as America/New_York
.
Specifies the time zone used when referring to the date and time of a scheduled-triggered flow, such as America/New_York
.
Specifies the optional offset that is added to the time interval for a schedule-triggered flow.
Specifies the optional offset that is added to the time interval for a schedule-triggered flow.
Specifies the date range for the records to import from the connector in the first flow run.
Specifies the date range for the records to import from the connector in the first flow run.
Consumes the builder and constructs a ScheduledTriggerProperties
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more