@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DifferentialPrivacyConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Specifies the unique identifier for your users.
Constructor and Description |
---|
DifferentialPrivacyConfiguration() |
Modifier and Type | Method and Description |
---|---|
DifferentialPrivacyConfiguration |
clone() |
boolean |
equals(Object obj) |
List<DifferentialPrivacyColumn> |
getColumns()
The name of the column (such as user_id) that contains the unique identifier of your users whose privacy you want
to protect.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setColumns(Collection<DifferentialPrivacyColumn> columns)
The name of the column (such as user_id) that contains the unique identifier of your users whose privacy you want
to protect.
|
String |
toString()
Returns a string representation of this object.
|
DifferentialPrivacyConfiguration |
withColumns(Collection<DifferentialPrivacyColumn> columns)
The name of the column (such as user_id) that contains the unique identifier of your users whose privacy you want
to protect.
|
DifferentialPrivacyConfiguration |
withColumns(DifferentialPrivacyColumn... columns)
The name of the column (such as user_id) that contains the unique identifier of your users whose privacy you want
to protect.
|
public List<DifferentialPrivacyColumn> getColumns()
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.
public void setColumns(Collection<DifferentialPrivacyColumn> columns)
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.
columns
- 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.public DifferentialPrivacyConfiguration withColumns(DifferentialPrivacyColumn... columns)
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.
NOTE: This method appends the values to the existing list (if any). Use
setColumns(java.util.Collection)
or withColumns(java.util.Collection)
if you want to override
the existing values.
columns
- 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.public DifferentialPrivacyConfiguration withColumns(Collection<DifferentialPrivacyColumn> columns)
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.
columns
- 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.public String toString()
toString
in class Object
Object.toString()
public DifferentialPrivacyConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.