public static interface TopicNumericRangeFilter.Builder extends SdkPojo, CopyableBuilder<TopicNumericRangeFilter.Builder,TopicNumericRangeFilter>
| Modifier and Type | Method and Description |
|---|---|
TopicNumericRangeFilter.Builder |
aggregation(NamedFilterAggType aggregation)
An aggregation function that specifies how to calculate the value of a numeric field for a topic, Valid
values for this structure are
NO_AGGREGATION, SUM, AVERAGE,
COUNT, DISTINCT_COUNT, MAX, MEDIAN, MIN,
STDEV, STDEVP, VAR, and VARP. |
TopicNumericRangeFilter.Builder |
aggregation(String aggregation)
An aggregation function that specifies how to calculate the value of a numeric field for a topic, Valid
values for this structure are
NO_AGGREGATION, SUM, AVERAGE,
COUNT, DISTINCT_COUNT, MAX, MEDIAN, MIN,
STDEV, STDEVP, VAR, and VARP. |
default TopicNumericRangeFilter.Builder |
constant(Consumer<TopicRangeFilterConstant.Builder> constant)
The constant used in a numeric range filter.
|
TopicNumericRangeFilter.Builder |
constant(TopicRangeFilterConstant constant)
The constant used in a numeric range filter.
|
TopicNumericRangeFilter.Builder |
inclusive(Boolean inclusive)
A Boolean value that indicates whether the endpoints of the numeric range are included in the filter.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTopicNumericRangeFilter.Builder inclusive(Boolean inclusive)
A Boolean value that indicates whether the endpoints of the numeric range are included in the filter. If set to true, topics whose numeric field value is equal to the endpoint values will be included in the filter. If set to false, topics whose numeric field value is equal to the endpoint values will be excluded from the filter.
inclusive - A Boolean value that indicates whether the endpoints of the numeric range are included in the filter.
If set to true, topics whose numeric field value is equal to the endpoint values will be included in
the filter. If set to false, topics whose numeric field value is equal to the endpoint values will be
excluded from the filter.TopicNumericRangeFilter.Builder constant(TopicRangeFilterConstant constant)
The constant used in a numeric range filter.
constant - The constant used in a numeric range filter.default TopicNumericRangeFilter.Builder constant(Consumer<TopicRangeFilterConstant.Builder> constant)
The constant used in a numeric 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)TopicNumericRangeFilter.Builder aggregation(String aggregation)
An aggregation function that specifies how to calculate the value of a numeric field for a topic, Valid
values for this structure are NO_AGGREGATION, SUM, AVERAGE,
COUNT, DISTINCT_COUNT, MAX, MEDIAN, MIN,
STDEV, STDEVP, VAR, and VARP.
aggregation - An aggregation function that specifies how to calculate the value of a numeric field for a topic,
Valid values for this structure are NO_AGGREGATION, SUM,
AVERAGE, COUNT, DISTINCT_COUNT, MAX,
MEDIAN, MIN, STDEV, STDEVP, VAR, and
VARP.NamedFilterAggType,
NamedFilterAggTypeTopicNumericRangeFilter.Builder aggregation(NamedFilterAggType aggregation)
An aggregation function that specifies how to calculate the value of a numeric field for a topic, Valid
values for this structure are NO_AGGREGATION, SUM, AVERAGE,
COUNT, DISTINCT_COUNT, MAX, MEDIAN, MIN,
STDEV, STDEVP, VAR, and VARP.
aggregation - An aggregation function that specifies how to calculate the value of a numeric field for a topic,
Valid values for this structure are NO_AGGREGATION, SUM,
AVERAGE, COUNT, DISTINCT_COUNT, MAX,
MEDIAN, MIN, STDEV, STDEVP, VAR, and
VARP.NamedFilterAggType,
NamedFilterAggTypeCopyright © 2023. All rights reserved.