Uses of Interface
software.amazon.awssdk.services.cleanrooms.model.AggregationConstraint.Builder
-
Packages that use AggregationConstraint.Builder Package Description software.amazon.awssdk.services.cleanrooms.model -
-
Uses of AggregationConstraint.Builder in software.amazon.awssdk.services.cleanrooms.model
Methods in software.amazon.awssdk.services.cleanrooms.model that return AggregationConstraint.Builder Modifier and Type Method Description static AggregationConstraint.BuilderAggregationConstraint. builder()AggregationConstraint.BuilderAggregationConstraint.Builder. columnName(String columnName)Column in aggregation constraint for which there must be a minimum number of distinct values in an output row for it to be in the query output.AggregationConstraint.BuilderAggregationConstraint.Builder. minimum(Integer minimum)The minimum number of distinct values that an output row must be an aggregation of.AggregationConstraint.BuilderAggregationConstraint. toBuilder()AggregationConstraint.BuilderAggregationConstraint.Builder. type(String type)The type of aggregation the constraint allows.AggregationConstraint.BuilderAggregationConstraint.Builder. type(AggregationType type)The type of aggregation the constraint allows.Methods in software.amazon.awssdk.services.cleanrooms.model that return types with arguments of type AggregationConstraint.Builder Modifier and Type Method Description static Class<? extends AggregationConstraint.Builder>AggregationConstraint. serializableBuilderClass()
-