public static interface TopicDateRangeFilter.Builder extends SdkPojo, CopyableBuilder<TopicDateRangeFilter.Builder,TopicDateRangeFilter>
| Modifier and Type | Method and Description |
|---|---|
default TopicDateRangeFilter.Builder |
constant(Consumer<TopicRangeFilterConstant.Builder> constant)
The constant used in a date range filter.
|
TopicDateRangeFilter.Builder |
constant(TopicRangeFilterConstant constant)
The constant used in a date range filter.
|
TopicDateRangeFilter.Builder |
inclusive(Boolean inclusive)
A Boolean value that indicates whether the date range filter should include the boundary values.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTopicDateRangeFilter.Builder inclusive(Boolean inclusive)
A Boolean value that indicates whether the date range filter should include the boundary values. If set to true, the filter includes the start and end dates. If set to false, the filter excludes them.
inclusive - A Boolean value that indicates whether the date range filter should include the boundary values. If
set to true, the filter includes the start and end dates. If set to false, the filter excludes them.TopicDateRangeFilter.Builder constant(TopicRangeFilterConstant constant)
The constant used in a date range filter.
constant - The constant used in a date range filter.default TopicDateRangeFilter.Builder constant(Consumer<TopicRangeFilterConstant.Builder> constant)
The constant used in a date range filter.
This is a convenience method that creates an instance of theTopicRangeFilterConstant.Builder
avoiding the need to create one manually via TopicRangeFilterConstant.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to constant(TopicRangeFilterConstant).
constant - a consumer that will call methods on TopicRangeFilterConstant.Builderconstant(TopicRangeFilterConstant)Copyright © 2023. All rights reserved.