public static interface DateTimeRange.Builder extends CopyableBuilder<DateTimeRange.Builder,DateTimeRange>
| Modifier and Type | Method and Description |
|---|---|
DateTimeRange.Builder |
from(Instant from)
The starting date and time of a time range.
|
DateTimeRange.Builder |
to(Instant to)
The ending date and time of a time range.
|
copyapply, buildDateTimeRange.Builder from(Instant from)
The starting date and time of a time range.
from - The starting date and time of a time range.DateTimeRange.Builder to(Instant to)
The ending date and time of a time range.
to - The ending date and time of a time range.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.