Interface DifferentialPrivacyColumn.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DifferentialPrivacyColumn.Builder,
,DifferentialPrivacyColumn> SdkBuilder<DifferentialPrivacyColumn.Builder,
,DifferentialPrivacyColumn> SdkPojo
- Enclosing class:
DifferentialPrivacyColumn
@Mutable
@NotThreadSafe
public static interface DifferentialPrivacyColumn.Builder
extends SdkPojo, CopyableBuilder<DifferentialPrivacyColumn.Builder,DifferentialPrivacyColumn>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the column, such as user_id, that contains the unique identifier of your users, whose privacy you want to protect.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
- 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:
- Returns a reference to this object so that method calls can be chained together.
-