CopyableBuilder<TimeRange.Builder,TimeRange>
, SdkBuilder<TimeRange.Builder,TimeRange>
public static interface TimeRange.Builder extends CopyableBuilder<TimeRange.Builder,TimeRange>
Modifier and Type | Method | Description |
---|---|---|
TimeRange.Builder |
fromInclusive(Date fromInclusive) |
The start time, in the format 2016-12-16T13:50Z.
|
TimeRange.Builder |
toExclusive(Date toExclusive) |
The end time, in the format 2016-12-16T15:50Z.
|
copy
apply, build
TimeRange.Builder fromInclusive(Date 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(Date 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.