Class CfnIntermediateTablePropsMixin.OutputColumnThresholdProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.cleanrooms.CfnIntermediateTablePropsMixin.OutputColumnThresholdProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnIntermediateTablePropsMixin.OutputColumnThresholdProperty>
- Enclosing interface:
CfnIntermediateTablePropsMixin.OutputColumnThresholdProperty
@Stability(Stable)
public static final class CfnIntermediateTablePropsMixin.OutputColumnThresholdProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnIntermediateTablePropsMixin.OutputColumnThresholdProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.minimumIdentityCount(Number minimumIdentityCount) outputColumnName(String outputColumnName)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
minimumIdentityCount
@Stability(Stable) public CfnIntermediateTablePropsMixin.OutputColumnThresholdProperty.Builder minimumIdentityCount(Number minimumIdentityCount) Sets the value ofCfnIntermediateTablePropsMixin.OutputColumnThresholdProperty.getMinimumIdentityCount()- Parameters:
minimumIdentityCount- the value to be set.- Returns:
this
-
outputColumnName
@Stability(Stable) public CfnIntermediateTablePropsMixin.OutputColumnThresholdProperty.Builder outputColumnName(String outputColumnName) Sets the value ofCfnIntermediateTablePropsMixin.OutputColumnThresholdProperty.getOutputColumnName()- Parameters:
outputColumnName- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnIntermediateTablePropsMixin.OutputColumnThresholdProperty>- Returns:
- a new instance of
CfnIntermediateTablePropsMixin.OutputColumnThresholdProperty - Throws:
NullPointerException- if any required attribute was not provided
-