public static interface TimestampRange.Builder extends SdkPojo, CopyableBuilder<TimestampRange.Builder,TimestampRange>
Modifier and Type | Method and Description |
---|---|
TimestampRange.Builder |
endTimestamp(Instant endTimestamp)
The ending time stamp in the range of time stamps for which to return fragments.
|
TimestampRange.Builder |
startTimestamp(Instant startTimestamp)
The starting time stamp in the range of time stamps for which to return fragments.
|
copy
applyMutation, build
TimestampRange.Builder startTimestamp(Instant startTimestamp)
The starting time stamp in the range of time stamps for which to return fragments.
startTimestamp
- The starting time stamp in the range of time stamps for which to return fragments.TimestampRange.Builder endTimestamp(Instant endTimestamp)
The ending time stamp in the range of time stamps for which to return fragments.
endTimestamp
- The ending time stamp in the range of time stamps for which to return fragments.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.