| Package | Description |
|---|---|
| com.amazonaws.services.cleanrooms.model |
| Modifier and Type | Method and Description |
|---|---|
AggregationConstraint |
AggregationConstraint.clone() |
AggregationConstraint |
AggregationConstraint.withColumnName(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 |
AggregationConstraint.withMinimum(Integer minimum)
The minimum number of distinct values that an output row must be an aggregation of.
|
AggregationConstraint |
AggregationConstraint.withType(AggregationType type)
The type of aggregation the constraint allows.
|
AggregationConstraint |
AggregationConstraint.withType(String type)
The type of aggregation the constraint allows.
|
| Modifier and Type | Method and Description |
|---|---|
List<AggregationConstraint> |
AnalysisRuleAggregation.getOutputConstraints()
Columns that must meet a specific threshold value (after an aggregation function is applied to it) for each
output row to be returned.
|
| Modifier and Type | Method and Description |
|---|---|
AnalysisRuleAggregation |
AnalysisRuleAggregation.withOutputConstraints(AggregationConstraint... outputConstraints)
Columns that must meet a specific threshold value (after an aggregation function is applied to it) for each
output row to be returned.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AnalysisRuleAggregation.setOutputConstraints(Collection<AggregationConstraint> outputConstraints)
Columns that must meet a specific threshold value (after an aggregation function is applied to it) for each
output row to be returned.
|
AnalysisRuleAggregation |
AnalysisRuleAggregation.withOutputConstraints(Collection<AggregationConstraint> outputConstraints)
Columns that must meet a specific threshold value (after an aggregation function is applied to it) for each
output row to be returned.
|
Copyright © 2025. All rights reserved.