Interface FlexibleTimeWindow.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<FlexibleTimeWindow.Builder,
,FlexibleTimeWindow> SdkBuilder<FlexibleTimeWindow.Builder,
,FlexibleTimeWindow> SdkPojo
- Enclosing class:
FlexibleTimeWindow
@Mutable
@NotThreadSafe
public static interface FlexibleTimeWindow.Builder
extends SdkPojo, CopyableBuilder<FlexibleTimeWindow.Builder,FlexibleTimeWindow>
-
Method Summary
Modifier and TypeMethodDescriptionmaximumWindowInMinutes
(Integer maximumWindowInMinutes) The maximum time window during which a schedule can be invoked.Determines whether the schedule is invoked within a flexible time window.mode
(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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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:
-
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:
-