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