Class DifferentialPrivacyTemplateUpdateParameters
- java.lang.Object
-
- software.amazon.awssdk.services.cleanrooms.model.DifferentialPrivacyTemplateUpdateParameters
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DifferentialPrivacyTemplateUpdateParameters.Builder,DifferentialPrivacyTemplateUpdateParameters>
@Generated("software.amazon.awssdk:codegen") public final class DifferentialPrivacyTemplateUpdateParameters extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DifferentialPrivacyTemplateUpdateParameters.Builder,DifferentialPrivacyTemplateUpdateParameters>
The epsilon and noise parameter values that you want to update in the differential privacy template.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDifferentialPrivacyTemplateUpdateParameters.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DifferentialPrivacyTemplateUpdateParameters.Builderbuilder()Integerepsilon()The updated epsilon value that you want to use.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends DifferentialPrivacyTemplateUpdateParameters.Builder>serializableBuilderClass()DifferentialPrivacyTemplateUpdateParameters.BuildertoBuilder()StringtoString()Returns a string representation of this object.IntegerusersNoisePerQuery()The updated value of noise added per query.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
epsilon
public final Integer epsilon()
The updated epsilon value that you want to use.
- Returns:
- The updated epsilon value that you want to use.
-
usersNoisePerQuery
public final Integer usersNoisePerQuery()
The updated value of noise added per query. It is measured in terms of the number of users whose contributions you want to obscure. This value governs the rate at which the privacy budget is depleted.
- Returns:
- The updated value of noise added per query. It is measured in terms of the number of users whose contributions you want to obscure. This value governs the rate at which the privacy budget is depleted.
-
toBuilder
public DifferentialPrivacyTemplateUpdateParameters.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DifferentialPrivacyTemplateUpdateParameters.Builder,DifferentialPrivacyTemplateUpdateParameters>
-
builder
public static DifferentialPrivacyTemplateUpdateParameters.Builder builder()
-
serializableBuilderClass
public static Class<? extends DifferentialPrivacyTemplateUpdateParameters.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-