public static interface DateFilter.Builder extends SdkPojo, CopyableBuilder<DateFilter.Builder,DateFilter>
| Modifier and Type | Method and Description |
|---|---|
default DateFilter.Builder |
dateRange(Consumer<DateRange.Builder> dateRange)
A date range for the date filter.
|
DateFilter.Builder |
dateRange(DateRange dateRange)
A date range for the date filter.
|
DateFilter.Builder |
end(String end)
A timestamp that provides the end date for the date filter.
|
DateFilter.Builder |
start(String start)
A timestamp that provides the start date for the date filter.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDateFilter.Builder start(String start)
A timestamp that provides the start date for the date filter.
A correctly formatted example is 2020-05-21T20:16:34.724Z. The value cannot contain spaces, and
date and time should be separated by T. For more information, see RFC 3339 section 5.6, Internet Date/Time
Format.
start - A timestamp that provides the start date for the date filter.
A correctly formatted example is 2020-05-21T20:16:34.724Z. The value cannot contain
spaces, and date and time should be separated by T. For more information, see RFC 3339 section 5.6, Internet Date/Time
Format.
DateFilter.Builder end(String end)
A timestamp that provides the end date for the date filter.
A correctly formatted example is 2020-05-21T20:16:34.724Z. The value cannot contain spaces, and
date and time should be separated by T. For more information, see RFC 3339 section 5.6, Internet Date/Time
Format.
end - A timestamp that provides the end date for the date filter.
A correctly formatted example is 2020-05-21T20:16:34.724Z. The value cannot contain
spaces, and date and time should be separated by T. For more information, see RFC 3339 section 5.6, Internet Date/Time
Format.
DateFilter.Builder dateRange(DateRange dateRange)
A date range for the date filter.
dateRange - A date range for the date filter.default DateFilter.Builder dateRange(Consumer<DateRange.Builder> dateRange)
A date range for the date filter.
This is a convenience method that creates an instance of theDateRange.Builder avoiding the need to
create one manually via DateRange.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to dateRange(DateRange).
dateRange - a consumer that will call methods on DateRange.BuilderdateRange(DateRange)Copyright © 2023. All rights reserved.