| Package | Description |
|---|---|
| software.amazon.awssdk.services.cleanrooms.model |
| Modifier and Type | Method and Description |
|---|---|
List<AggregationConstraint> |
AnalysisRuleAggregation.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 |
|---|---|
AnalysisRuleAggregation.Builder |
AnalysisRuleAggregation.Builder.outputConstraints(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 |
|---|---|
AnalysisRuleAggregation.Builder |
AnalysisRuleAggregation.Builder.outputConstraints(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 © 2023. All rights reserved.