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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
generatedFraudsterIdThe 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 is- null.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
riskScoreThe 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.
 
 
-