Interface CfnIntermediateTable.AggregationThresholdProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnIntermediateTable.AggregationThresholdProperty.Jsii$Proxy
- Enclosing class:
CfnIntermediateTable
@Stability(Stable)
public static interface CfnIntermediateTable.AggregationThresholdProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.cleanrooms.*;
AggregationThresholdProperty aggregationThresholdProperty = AggregationThresholdProperty.builder()
.allowedAggregateExpressionType("allowedAggregateExpressionType")
.identityColumns(List.of("identityColumns"))
.minimumIdentityCount(123)
.type("type")
// the properties below are optional
.outputColumnThresholds(List.of(OutputColumnThresholdProperty.builder()
.minimumIdentityCount(123)
.outputColumnName("outputColumnName")
.build()))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnIntermediateTable.AggregationThresholdPropertystatic final classAn implementation forCfnIntermediateTable.AggregationThresholdProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectReturns union: eitherIResolvableor Listinvalid input: '<'eitherIResolvableorCfnIntermediateTable.OutputColumnThresholdProperty>getType()Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAllowedAggregateExpressionType
- See Also:
-
getIdentityColumns
- See Also:
-
getMinimumIdentityCount
- See Also:
-
getType
- See Also:
-
getOutputColumnThresholds
Returns union: eitherIResolvableor Listinvalid input: '<'eitherIResolvableorCfnIntermediateTable.OutputColumnThresholdProperty>- See Also:
-
builder
-