public static interface TimestampRange.Builder extends CopyableBuilder<TimestampRange.Builder,TimestampRange>
| Modifier and Type | Method and Description |
|---|---|
TimestampRange.Builder |
beginDate(Instant beginDate)
The minimum value of the timestamp range.
|
TimestampRange.Builder |
endDate(Instant endDate)
The maximum value of the timestamp range.
|
copyapply, buildTimestampRange.Builder beginDate(Instant beginDate)
The minimum value of the timestamp range.
beginDate - The minimum value of the timestamp range.TimestampRange.Builder endDate(Instant endDate)
The maximum value of the timestamp range.
endDate - The maximum value of the timestamp range.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.