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