public static interface FlexibleTimeWindow.Builder extends SdkPojo, CopyableBuilder<FlexibleTimeWindow.Builder,FlexibleTimeWindow>
| Modifier and Type | Method and Description |
|---|---|
FlexibleTimeWindow.Builder |
maximumWindowInMinutes(Integer maximumWindowInMinutes)
The maximum time window during which a schedule can be invoked.
|
FlexibleTimeWindow.Builder |
mode(FlexibleTimeWindowMode mode)
Determines whether the schedule is invoked within a flexible time window.
|
FlexibleTimeWindow.Builder |
mode(String mode)
Determines whether the schedule is invoked within a flexible time window.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFlexibleTimeWindow.Builder maximumWindowInMinutes(Integer maximumWindowInMinutes)
The maximum time window during which a schedule can be invoked.
maximumWindowInMinutes - The maximum time window during which a schedule can be invoked.FlexibleTimeWindow.Builder mode(String mode)
Determines whether the schedule is invoked within a flexible time window.
mode - Determines whether the schedule is invoked within a flexible time window.FlexibleTimeWindowMode,
FlexibleTimeWindowModeFlexibleTimeWindow.Builder mode(FlexibleTimeWindowMode mode)
Determines whether the schedule is invoked within a flexible time window.
mode - Determines whether the schedule is invoked within a flexible time window.FlexibleTimeWindowMode,
FlexibleTimeWindowModeCopyright © 2022. All rights reserved.