CopyableBuilder<TimestampRange.Builder,TimestampRange>
, SdkBuilder<TimestampRange.Builder,TimestampRange>
public static interface TimestampRange.Builder extends CopyableBuilder<TimestampRange.Builder,TimestampRange>
Modifier and Type | Method | Description |
---|---|---|
TimestampRange.Builder |
beginDate(Date beginDate) |
The minimum value of the timestamp range.
|
TimestampRange.Builder |
endDate(Date endDate) |
The maximum value of the timestamp range.
|
copy
apply, build
TimestampRange.Builder beginDate(Date beginDate)
The minimum value of the timestamp range.
beginDate
- The minimum value of the timestamp range.TimestampRange.Builder endDate(Date 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.