public static interface TimeRange.Builder extends CopyableBuilder<TimeRange.Builder,TimeRange>
| Modifier and Type | Method and Description |
|---|---|
TimeRange.Builder |
fromInclusive(Instant fromInclusive)
The start time, in the format 2016-12-16T13:50Z.
|
TimeRange.Builder |
toExclusive(Instant toExclusive)
The end time, in the format 2016-12-16T15:50Z.
|
copyapply, buildTimeRange.Builder fromInclusive(Instant fromInclusive)
The start time, in the format 2016-12-16T13:50Z.
fromInclusive - The start time, in the format 2016-12-16T13:50Z.TimeRange.Builder toExclusive(Instant toExclusive)
The end time, in the format 2016-12-16T15:50Z.
toExclusive - The end time, in the format 2016-12-16T15:50Z.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.