public static interface DateRangeFilter.Builder extends SdkPojo, CopyableBuilder<DateRangeFilter.Builder,DateRangeFilter>
| Modifier and Type | Method and Description |
|---|---|
DateRangeFilter.Builder |
endDateTime(Instant endDateTime)
A timestamp indicating the end date for the date range filter.
|
DateRangeFilter.Builder |
startDateTime(Instant startDateTime)
A timestamp indicating the start date for the date range filter.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDateRangeFilter.Builder startDateTime(Instant startDateTime)
A timestamp indicating the start date for the date range filter.
startDateTime - A timestamp indicating the start date for the date range filter.DateRangeFilter.Builder endDateTime(Instant endDateTime)
A timestamp indicating the end date for the date range filter.
endDateTime - A timestamp indicating the end date for the date range filter.Copyright © 2022. All rights reserved.