Class DifferentialPrivacyTemplateParametersOutput
- java.lang.Object
-
- software.amazon.awssdk.services.cleanrooms.model.DifferentialPrivacyTemplateParametersOutput
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DifferentialPrivacyTemplateParametersOutput.Builder,DifferentialPrivacyTemplateParametersOutput>
@Generated("software.amazon.awssdk:codegen") public final class DifferentialPrivacyTemplateParametersOutput extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DifferentialPrivacyTemplateParametersOutput.Builder,DifferentialPrivacyTemplateParametersOutput>
The epsilon and noise parameter values that were used for the differential privacy template.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDifferentialPrivacyTemplateParametersOutput.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DifferentialPrivacyTemplateParametersOutput.Builderbuilder()Integerepsilon()The epsilon value that you specified.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends DifferentialPrivacyTemplateParametersOutput.Builder>serializableBuilderClass()DifferentialPrivacyTemplateParametersOutput.BuildertoBuilder()StringtoString()Returns a string representation of this object.IntegerusersNoisePerQuery()Noise added per query is measured in terms of the number of users whose contributions you want to obscure.-
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 epsilon value that you specified.
- Returns:
- The epsilon value that you specified.
-
usersNoisePerQuery
public final Integer usersNoisePerQuery()
Noise added per query 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:
- Noise added per query 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 DifferentialPrivacyTemplateParametersOutput.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DifferentialPrivacyTemplateParametersOutput.Builder,DifferentialPrivacyTemplateParametersOutput>
-
builder
public static DifferentialPrivacyTemplateParametersOutput.Builder builder()
-
serializableBuilderClass
public static Class<? extends DifferentialPrivacyTemplateParametersOutput.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.
-
-