Interface MembershipInferenceAttackScore.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<MembershipInferenceAttackScore.Builder,,MembershipInferenceAttackScore> SdkBuilder<MembershipInferenceAttackScore.Builder,,MembershipInferenceAttackScore> SdkPojo
- Enclosing class:
MembershipInferenceAttackScore
@Mutable
@NotThreadSafe
public static interface MembershipInferenceAttackScore.Builder
extends SdkPojo, CopyableBuilder<MembershipInferenceAttackScore.Builder,MembershipInferenceAttackScore>
-
Method Summary
Modifier and TypeMethodDescriptionattackVersion(String attackVersion) The version of the membership inference attack, which consists of the attack type and its version number, used to generate this privacy score.attackVersion(MembershipInferenceAttackVersion attackVersion) The version of the membership inference attack, which consists of the attack type and its version number, used to generate this privacy score.The numerical score representing the vulnerability to membership inference attacks.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
attackVersion
The version of the membership inference attack, which consists of the attack type and its version number, used to generate this privacy score.
- Parameters:
attackVersion- The version of the membership inference attack, which consists of the attack type and its version number, used to generate this privacy score.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
attackVersion
MembershipInferenceAttackScore.Builder attackVersion(MembershipInferenceAttackVersion attackVersion) The version of the membership inference attack, which consists of the attack type and its version number, used to generate this privacy score.
- Parameters:
attackVersion- The version of the membership inference attack, which consists of the attack type and its version number, used to generate this privacy score.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
score
The numerical score representing the vulnerability to membership inference attacks.
- Parameters:
score- The numerical score representing the vulnerability to membership inference attacks.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-