CopyableBuilder<DateTimeRange.Builder,DateTimeRange>
, SdkBuilder<DateTimeRange.Builder,DateTimeRange>
public static interface DateTimeRange.Builder extends CopyableBuilder<DateTimeRange.Builder,DateTimeRange>
Modifier and Type | Method | Description |
---|---|---|
DateTimeRange.Builder |
from(Date from) |
The starting date and time of a time range.
|
DateTimeRange.Builder |
to(Date to) |
The ending date and time of a time range.
|
copy
apply, build
DateTimeRange.Builder from(Date from)
The starting date and time of a time range.
from
- The starting date and time of a time range.DateTimeRange.Builder to(Date 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.