Class CfnConfiguredTablePropsMixin.DifferentialPrivacyColumnProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.cleanrooms.CfnConfiguredTablePropsMixin.DifferentialPrivacyColumnProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConfiguredTablePropsMixin.DifferentialPrivacyColumnProperty>
- Enclosing interface:
CfnConfiguredTablePropsMixin.DifferentialPrivacyColumnProperty
@Stability(Stable)
public static final class CfnConfiguredTablePropsMixin.DifferentialPrivacyColumnProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConfiguredTablePropsMixin.DifferentialPrivacyColumnProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnConfiguredTablePropsMixin.DifferentialPrivacyColumnProperty.getName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
name
@Stability(Stable) public CfnConfiguredTablePropsMixin.DifferentialPrivacyColumnProperty.Builder name(String name) Sets the value ofCfnConfiguredTablePropsMixin.DifferentialPrivacyColumnProperty.getName()- Parameters:
name- The name of the column, such as user_id, that contains the unique identifier of your users, whose privacy you want to protect. If you want to turn on differential privacy for two or more tables in a collaboration, you must configure the same column as the user identifier column in both analysis rules.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnConfiguredTablePropsMixin.DifferentialPrivacyColumnProperty>- Returns:
- a new instance of
CfnConfiguredTablePropsMixin.DifferentialPrivacyColumnProperty - Throws:
NullPointerException- if any required attribute was not provided
-