Interface TimeRange.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TimeRange.Builder,
,TimeRange> SdkBuilder<TimeRange.Builder,
,TimeRange> SdkPojo
- Enclosing class:
TimeRange
@Mutable
@NotThreadSafe
public static interface TimeRange.Builder
extends SdkPojo, CopyableBuilder<TimeRange.Builder,TimeRange>
-
Method Summary
Modifier and TypeMethodDescriptionbeginDateInclusive
(Instant beginDateInclusive) The inclusive start date of the time range.endDateInclusive
(Instant endDateInclusive) The inclusive end date of the time range.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
-
beginDateInclusive
The inclusive start date of the time range.
- Parameters:
beginDateInclusive
- The inclusive start date of the time range.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endDateInclusive
The inclusive end date of the time range.
- Parameters:
endDateInclusive
- The inclusive end date of the time range.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-