Interface ScheduledTriggerProperties.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ScheduledTriggerProperties.Builder,,- ScheduledTriggerProperties> - SdkBuilder<ScheduledTriggerProperties.Builder,,- ScheduledTriggerProperties> - SdkPojo
- Enclosing class:
- ScheduledTriggerProperties
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
scheduleExpressionThe 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.
 
- 
dataPullModeSpecifies 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:
 
- 
dataPullModeSpecifies 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:
 
- 
scheduleStartTimeSpecifies 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.
 
- 
scheduleEndTimeSpecifies 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.
 
- 
timezoneSpecifies 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.
 
- 
scheduleOffsetSpecifies 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.
 
- 
firstExecutionFromSpecifies 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.
 
 
-