public static interface TimeRange.Builder extends SdkPojo, CopyableBuilder<TimeRange.Builder,TimeRange>
| Modifier and Type | Method and Description |
|---|---|
TimeRange.Builder |
fromInclusive(Instant fromInclusive)
The start time, in Unix time in seconds.
|
TimeRange.Builder |
toExclusive(Instant toExclusive)
The end time, in Unix time in seconds.
|
copyapplyMutation, buildTimeRange.Builder fromInclusive(Instant fromInclusive)
The start time, in Unix time in seconds. For more information see timestamp.
fromInclusive - The start time, in Unix time in seconds. For more information see timestamp.TimeRange.Builder toExclusive(Instant toExclusive)
The end time, in Unix time in seconds. For more information see timestamp.
toExclusive - The end time, in Unix time in seconds. For more information see timestamp.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.