public static interface TopicNumericEqualityFilter.Builder extends SdkPojo, CopyableBuilder<TopicNumericEqualityFilter.Builder,TopicNumericEqualityFilter>
| Modifier and Type | Method and Description |
|---|---|
TopicNumericEqualityFilter.Builder |
aggregation(NamedFilterAggType aggregation)
An aggregation function that specifies how to calculate the value of a numeric field for a topic.
|
TopicNumericEqualityFilter.Builder |
aggregation(String aggregation)
An aggregation function that specifies how to calculate the value of a numeric field for a topic.
|
default TopicNumericEqualityFilter.Builder |
constant(Consumer<TopicSingularFilterConstant.Builder> constant)
The constant used in a numeric equality filter.
|
TopicNumericEqualityFilter.Builder |
constant(TopicSingularFilterConstant constant)
The constant used in a numeric equality filter.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTopicNumericEqualityFilter.Builder constant(TopicSingularFilterConstant constant)
The constant used in a numeric equality filter.
constant - The constant used in a numeric equality filter.default TopicNumericEqualityFilter.Builder constant(Consumer<TopicSingularFilterConstant.Builder> constant)
The constant used in a numeric equality filter.
This is a convenience method that creates an instance of theTopicSingularFilterConstant.Builder
avoiding the need to create one manually via TopicSingularFilterConstant.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to constant(TopicSingularFilterConstant).
constant - a consumer that will call methods on TopicSingularFilterConstant.Builderconstant(TopicSingularFilterConstant)TopicNumericEqualityFilter.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,
NamedFilterAggTypeTopicNumericEqualityFilter.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.