Class CfnConfiguredTablePropsMixin.AggregationThresholdProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.cleanrooms.CfnConfiguredTablePropsMixin.AggregationThresholdProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConfiguredTablePropsMixin.AggregationThresholdProperty>
- Enclosing interface:
CfnConfiguredTablePropsMixin.AggregationThresholdProperty
@Stability(Stable)
public static final class CfnConfiguredTablePropsMixin.AggregationThresholdProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConfiguredTablePropsMixin.AggregationThresholdProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionallowedAggregateExpressionType(String allowedAggregateExpressionType) build()Builds the configured instance.identityColumns(List<String> identityColumns) minimumIdentityCount(Number minimumIdentityCount) outputColumnThresholds(List<? extends Object> outputColumnThresholds) outputColumnThresholds(IResolvable outputColumnThresholds) Sets the value ofCfnConfiguredTablePropsMixin.AggregationThresholdProperty.getType()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
allowedAggregateExpressionType
@Stability(Stable) public CfnConfiguredTablePropsMixin.AggregationThresholdProperty.Builder allowedAggregateExpressionType(String allowedAggregateExpressionType) Sets the value ofCfnConfiguredTablePropsMixin.AggregationThresholdProperty.getAllowedAggregateExpressionType()- Parameters:
allowedAggregateExpressionType- the value to be set.- Returns:
this
-
identityColumns
@Stability(Stable) public CfnConfiguredTablePropsMixin.AggregationThresholdProperty.Builder identityColumns(List<String> identityColumns) - Parameters:
identityColumns- the value to be set.- Returns:
this
-
minimumIdentityCount
@Stability(Stable) public CfnConfiguredTablePropsMixin.AggregationThresholdProperty.Builder minimumIdentityCount(Number minimumIdentityCount) Sets the value ofCfnConfiguredTablePropsMixin.AggregationThresholdProperty.getMinimumIdentityCount()- Parameters:
minimumIdentityCount- the value to be set.- Returns:
this
-
outputColumnThresholds
@Stability(Stable) public CfnConfiguredTablePropsMixin.AggregationThresholdProperty.Builder outputColumnThresholds(IResolvable outputColumnThresholds) Sets the value ofCfnConfiguredTablePropsMixin.AggregationThresholdProperty.getOutputColumnThresholds()- Parameters:
outputColumnThresholds- the value to be set.- Returns:
this
-
outputColumnThresholds
@Stability(Stable) public CfnConfiguredTablePropsMixin.AggregationThresholdProperty.Builder outputColumnThresholds(List<? extends Object> outputColumnThresholds) Sets the value ofCfnConfiguredTablePropsMixin.AggregationThresholdProperty.getOutputColumnThresholds()- Parameters:
outputColumnThresholds- the value to be set.- Returns:
this
-
type
@Stability(Stable) public CfnConfiguredTablePropsMixin.AggregationThresholdProperty.Builder type(String type) Sets the value ofCfnConfiguredTablePropsMixin.AggregationThresholdProperty.getType()- Parameters:
type- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnConfiguredTablePropsMixin.AggregationThresholdProperty>- Returns:
- a new instance of
CfnConfiguredTablePropsMixin.AggregationThresholdProperty - Throws:
NullPointerException- if any required attribute was not provided
-