Interface RangeOverride.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RangeOverride.Builder,
,RangeOverride> SdkBuilder<RangeOverride.Builder,
,RangeOverride> SdkPojo
- Enclosing class:
RangeOverride
@Mutable
@NotThreadSafe
public static interface RangeOverride.Builder
extends SdkPojo, CopyableBuilder<RangeOverride.Builder,RangeOverride>
-
Method Summary
Modifier and TypeMethodDescriptionThe end time of when to include objects.The start time of when to include objects.The unit for start and end.The unit for start and end.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
-
start
The start time of when to include objects.
- Parameters:
start
- The start time of when to include objects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
end
The end time of when to include objects.
- Parameters:
end
- The end time of when to include objects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
unit
The unit for start and end.
- Parameters:
unit
- The unit for start and end.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
unit
The unit for start and end.
- Parameters:
unit
- The unit for start and end.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-