Interface FlexibleTimeWindow.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<FlexibleTimeWindow.Builder,FlexibleTimeWindow>,SdkBuilder<FlexibleTimeWindow.Builder,FlexibleTimeWindow>,SdkPojo
- Enclosing class:
- FlexibleTimeWindow
public static interface FlexibleTimeWindow.Builder extends SdkPojo, CopyableBuilder<FlexibleTimeWindow.Builder,FlexibleTimeWindow>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FlexibleTimeWindow.BuildermaximumWindowInMinutes(Integer maximumWindowInMinutes)The maximum time window during which a schedule can be invoked.FlexibleTimeWindow.Buildermode(String mode)Determines whether the schedule is invoked within a flexible time window.FlexibleTimeWindow.Buildermode(FlexibleTimeWindowMode mode)Determines whether the schedule is invoked within a flexible time window.-
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 Detail
-
maximumWindowInMinutes
FlexibleTimeWindow.Builder maximumWindowInMinutes(Integer maximumWindowInMinutes)
The maximum time window during which a schedule can be invoked.
- Parameters:
maximumWindowInMinutes- The maximum time window during which a schedule can be invoked.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mode
FlexibleTimeWindow.Builder mode(String mode)
Determines whether the schedule is invoked within a flexible time window.
- Parameters:
mode- Determines whether the schedule is invoked within a flexible time window.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FlexibleTimeWindowMode,FlexibleTimeWindowMode
-
mode
FlexibleTimeWindow.Builder mode(FlexibleTimeWindowMode mode)
Determines whether the schedule is invoked within a flexible time window.
- Parameters:
mode- Determines whether the schedule is invoked within a flexible time window.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FlexibleTimeWindowMode,FlexibleTimeWindowMode
-
-