Interface ScheduledTriggerProperties.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ScheduledTriggerProperties.Builder,
,ScheduledTriggerProperties> SdkBuilder<ScheduledTriggerProperties.Builder,
,ScheduledTriggerProperties> SdkPojo
- Enclosing class:
ScheduledTriggerProperties
-
Method Summary
Modifier and TypeMethodDescriptiondataPullMode
(String dataPullMode) Specifies whether a scheduled flow has an incremental data transfer or a complete data transfer for each flow run.dataPullMode
(DataPullMode dataPullMode) Specifies whether a scheduled flow has an incremental data transfer or a complete data transfer for each flow run.firstExecutionFrom
(Instant firstExecutionFrom) Specifies the date range for the records to import from the connector in the first flow run.scheduleEndTime
(Instant scheduleEndTime) Specifies the scheduled end time for a scheduled-trigger flow.scheduleExpression
(String scheduleExpression) The scheduling expression that determines the rate at which the schedule will run, for example rate (5 minutes).scheduleOffset
(Long scheduleOffset) Specifies the optional offset that is added to the time interval for a schedule-triggered flow.scheduleStartTime
(Instant scheduleStartTime) Specifies the scheduled start time for a scheduled-trigger flow.Specifies the time zone used when referring to the date and time of a scheduled-triggered flow, such as America/New_York.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
scheduleExpression
The scheduling expression that determines the rate at which the schedule will run, for example rate (5 minutes).
- Parameters:
scheduleExpression
- The scheduling expression that determines the rate at which the schedule will run, for example rate (5 minutes).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataPullMode
Specifies whether a scheduled flow has an incremental data transfer or a complete data transfer for each flow run.
- Parameters:
dataPullMode
- Specifies whether a scheduled flow has an incremental data transfer or a complete data transfer for each flow run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
dataPullMode
Specifies whether a scheduled flow has an incremental data transfer or a complete data transfer for each flow run.
- Parameters:
dataPullMode
- Specifies whether a scheduled flow has an incremental data transfer or a complete data transfer for each flow run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
scheduleStartTime
Specifies the scheduled start time for a scheduled-trigger flow.
- Parameters:
scheduleStartTime
- Specifies the scheduled start time for a scheduled-trigger flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scheduleEndTime
Specifies the scheduled end time for a scheduled-trigger flow.
- Parameters:
scheduleEndTime
- Specifies the scheduled end time for a scheduled-trigger flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
timezone
Specifies the time zone used when referring to the date and time of a scheduled-triggered flow, such as America/New_York.
- Parameters:
timezone
- Specifies the time zone used when referring to the date and time of a scheduled-triggered flow, such as America/New_York.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scheduleOffset
Specifies the optional offset that is added to the time interval for a schedule-triggered flow.
- Parameters:
scheduleOffset
- Specifies the optional offset that is added to the time interval for a schedule-triggered flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
firstExecutionFrom
Specifies the date range for the records to import from the connector in the first flow run.
- Parameters:
firstExecutionFrom
- Specifies the date range for the records to import from the connector in the first flow run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-