Uses of Interface
software.amazon.awssdk.services.quicksight.model.TopicNumericRangeFilter.Builder
-
Packages that use TopicNumericRangeFilter.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of TopicNumericRangeFilter.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return TopicNumericRangeFilter.Builder Modifier and Type Method Description TopicNumericRangeFilter.BuilderTopicNumericRangeFilter.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 areNO_AGGREGATION,SUM,AVERAGE,COUNT,DISTINCT_COUNT,MAX,MEDIAN,MIN,STDEV,STDEVP,VAR, andVARP.TopicNumericRangeFilter.BuilderTopicNumericRangeFilter.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 areNO_AGGREGATION,SUM,AVERAGE,COUNT,DISTINCT_COUNT,MAX,MEDIAN,MIN,STDEV,STDEVP,VAR, andVARP.static TopicNumericRangeFilter.BuilderTopicNumericRangeFilter. builder()default TopicNumericRangeFilter.BuilderTopicNumericRangeFilter.Builder. constant(Consumer<TopicRangeFilterConstant.Builder> constant)The constant used in a numeric range filter.TopicNumericRangeFilter.BuilderTopicNumericRangeFilter.Builder. constant(TopicRangeFilterConstant constant)The constant used in a numeric range filter.TopicNumericRangeFilter.BuilderTopicNumericRangeFilter.Builder. inclusive(Boolean inclusive)A Boolean value that indicates whether the endpoints of the numeric range are included in the filter.TopicNumericRangeFilter.BuilderTopicNumericRangeFilter. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type TopicNumericRangeFilter.Builder Modifier and Type Method Description static Class<? extends TopicNumericRangeFilter.Builder>TopicNumericRangeFilter. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type TopicNumericRangeFilter.Builder Modifier and Type Method Description default TopicFilter.BuilderTopicFilter.Builder. numericRangeFilter(Consumer<TopicNumericRangeFilter.Builder> numericRangeFilter)The numeric range filter.
-