public static interface Range.Builder extends SdkPojo, CopyableBuilder<Range.Builder,Range>
| Modifier and Type | Method and Description |
|---|---|
Range.Builder |
endTime(Instant endTime)
The end time of the range to exclude.
|
Range.Builder |
startTime(Instant startTime)
The start time of the range to exclude.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRange.Builder startTime(Instant startTime)
The start time of the range to exclude. The format is yyyy-MM-dd'T'HH:mm:ss. For example,
2019-07-01T23:59:59.
startTime - The start time of the range to exclude. The format is yyyy-MM-dd'T'HH:mm:ss. For example,
2019-07-01T23:59:59.Range.Builder endTime(Instant endTime)
The end time of the range to exclude. The format is yyyy-MM-dd'T'HH:mm:ss. For example,
2019-07-01T23:59:59.
endTime - The end time of the range to exclude. The format is yyyy-MM-dd'T'HH:mm:ss. For example,
2019-07-01T23:59:59.Copyright © 2020. All rights reserved.