| Package | Description |
|---|---|
| software.amazon.awssdk.services.cleanrooms.model |
| Modifier and Type | Method and Description |
|---|---|
static AggregationConstraint.Builder |
AggregationConstraint.builder() |
AggregationConstraint.Builder |
AggregationConstraint.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.Builder |
AggregationConstraint.Builder.minimum(Integer minimum)
The minimum number of distinct values that an output row must be an aggregation of.
|
AggregationConstraint.Builder |
AggregationConstraint.toBuilder() |
AggregationConstraint.Builder |
AggregationConstraint.Builder.type(AggregationType type)
The type of aggregation the constraint allows.
|
AggregationConstraint.Builder |
AggregationConstraint.Builder.type(String type)
The type of aggregation the constraint allows.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AggregationConstraint.Builder> |
AggregationConstraint.serializableBuilderClass() |
Copyright © 2023. All rights reserved.