Interface DateRange.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DateRange.Builder,
,DateRange> SdkBuilder<DateRange.Builder,
,DateRange> SdkPojo
- Enclosing class:
DateRange
public static interface DateRange.Builder
extends SdkPojo, CopyableBuilder<DateRange.Builder,DateRange>
-
Method Summary
Modifier and TypeMethodDescriptionA date range unit for the date filter.unit
(DateRangeUnit unit) A date range unit for the date filter.A date range value for the date filter.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 Details
-
value
A date range value for the date filter.
- Parameters:
value
- A date range value for the date filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
unit
A date range unit for the date filter.
- Parameters:
unit
- A date range unit for the date filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
unit
A date range unit for the date filter.
- Parameters:
unit
- A date range unit for the date filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-