Uses of Interface
software.amazon.awssdk.services.quicksight.model.AggFunction.Builder
-
Packages that use AggFunction.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of AggFunction.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return AggFunction.Builder Modifier and Type Method Description AggFunction.BuilderAggFunction.Builder. aggregation(String aggregation)The aggregation of an Agg function.AggFunction.BuilderAggFunction.Builder. aggregation(AggType aggregation)The aggregation of an Agg function.AggFunction.BuilderAggFunction.Builder. aggregationFunctionParameters(Map<String,String> aggregationFunctionParameters)The aggregation parameters for an Agg function.static AggFunction.BuilderAggFunction. builder()AggFunction.BuilderAggFunction.Builder. period(String period)The period of an Agg function.AggFunction.BuilderAggFunction.Builder. period(TopicTimeGranularity period)The period of an Agg function.AggFunction.BuilderAggFunction.Builder. periodField(String periodField)The period field for an Agg function.AggFunction.BuilderAggFunction. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type AggFunction.Builder Modifier and Type Method Description static Class<? extends AggFunction.Builder>AggFunction. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type AggFunction.Builder Modifier and Type Method Description default TopicIRMetric.BuilderTopicIRMetric.Builder. function(Consumer<AggFunction.Builder> function)The function for theTopicIRMetric.
-