Interface Window.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Window.Builder,
,Window> SdkBuilder<Window.Builder,
,Window> SdkPojo
- Enclosing class:
Window
@Mutable
@NotThreadSafe
public static interface Window.Builder
extends SdkPojo, CopyableBuilder<Window.Builder,Window>
-
Method Summary
Modifier and TypeMethodDescriptionThe number of time units for the exclusion window length.durationUnit
(String durationUnit) The unit of time for the exclusion window duration.durationUnit
(DurationUnit durationUnit) The unit of time for the exclusion window duration.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
-
durationUnit
The unit of time for the exclusion window duration. Valid values: MINUTE, HOUR, DAY, MONTH.
- Parameters:
durationUnit
- The unit of time for the exclusion window duration. Valid values: MINUTE, HOUR, DAY, MONTH.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
durationUnit
The unit of time for the exclusion window duration. Valid values: MINUTE, HOUR, DAY, MONTH.
- Parameters:
durationUnit
- The unit of time for the exclusion window duration. Valid values: MINUTE, HOUR, DAY, MONTH.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
duration
The number of time units for the exclusion window length.
- Parameters:
duration
- The number of time units for the exclusion window length.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-