public static interface DateFilter.Builder extends SdkPojo, CopyableBuilder<DateFilter.Builder,DateFilter>
| Modifier and Type | Method and Description |
|---|---|
DateFilter.Builder |
endInclusive(Instant endInclusive)
A timestamp representing the end of the time period filtered on.
|
DateFilter.Builder |
startInclusive(Instant startInclusive)
A timestamp representing the start of the time period filtered on.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDateFilter.Builder endInclusive(Instant endInclusive)
A timestamp representing the end of the time period filtered on.
endInclusive - A timestamp representing the end of the time period filtered on.DateFilter.Builder startInclusive(Instant startInclusive)
A timestamp representing the start of the time period filtered on.
startInclusive - A timestamp representing the start of the time period filtered on.Copyright © 2022. All rights reserved.