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