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 |
end(Date end) |
The end time of the time range.
|
TimeRange.Builder |
start(Date start) |
The start time of the time range.
|
copyapply, buildTimeRange.Builder start(Date start)
The start time of the time range.
Specify null to leave the start time open-ended.
start - The start time of the time range. Specify null to leave the start time open-ended.
TimeRange.Builder end(Date end)
The end time of the time range.
Specify null to leave the end time open-ended.
end - The end time of the time range. Specify null to leave the end time open-ended.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.