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