Interface KnownFraudsterRisk.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<KnownFraudsterRisk.Builder,
,KnownFraudsterRisk> SdkBuilder<KnownFraudsterRisk.Builder,
,KnownFraudsterRisk> SdkPojo
- Enclosing class:
KnownFraudsterRisk
@Mutable
@NotThreadSafe
public static interface KnownFraudsterRisk.Builder
extends SdkPojo, CopyableBuilder<KnownFraudsterRisk.Builder,KnownFraudsterRisk>
-
Method Summary
Modifier and TypeMethodDescriptiongeneratedFraudsterId
(String generatedFraudsterId) The identifier of the fraudster that is the closest match to the speaker.The score indicating the likelihood the speaker is a known fraudster.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
-
generatedFraudsterId
The identifier of the fraudster that is the closest match to the speaker. If there are no fraudsters registered in a given domain, or if there are no fraudsters with a non-zero RiskScore, this value is
null
.- Parameters:
generatedFraudsterId
- The identifier of the fraudster that is the closest match to the speaker. If there are no fraudsters registered in a given domain, or if there are no fraudsters with a non-zero RiskScore, this value isnull
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
riskScore
The score indicating the likelihood the speaker is a known fraudster.
- Parameters:
riskScore
- The score indicating the likelihood the speaker is a known fraudster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-