Interface StartTimeRange.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<StartTimeRange.Builder,StartTimeRange>,SdkBuilder<StartTimeRange.Builder,StartTimeRange>,SdkPojo
- Enclosing class:
- StartTimeRange
public static interface StartTimeRange.Builder extends SdkPojo, CopyableBuilder<StartTimeRange.Builder,StartTimeRange>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StartTimeRange.BuilderfromTime(Instant fromTime)The start time of the time range.StartTimeRange.BuildertoTime(Instant toTime)The end time 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, sdkFields
-
-
-
-
Method Detail
-
fromTime
StartTimeRange.Builder fromTime(Instant fromTime)
The start time of the time range.
- Parameters:
fromTime- The start time of the time range.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toTime
StartTimeRange.Builder toTime(Instant toTime)
The end time of the time range.
- Parameters:
toTime- The end time of the time range.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-