Interface KnownFraudsterRisk.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<KnownFraudsterRisk.Builder,KnownFraudsterRisk>,SdkBuilder<KnownFraudsterRisk.Builder,KnownFraudsterRisk>,SdkPojo
- Enclosing class:
- KnownFraudsterRisk
public static interface KnownFraudsterRisk.Builder extends SdkPojo, CopyableBuilder<KnownFraudsterRisk.Builder,KnownFraudsterRisk>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KnownFraudsterRisk.BuildergeneratedFraudsterId(String generatedFraudsterId)The identifier of the fraudster that is the closest match to the speaker.KnownFraudsterRisk.BuilderriskScore(Integer riskScore)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, sdkFields
-
-
-
-
Method Detail
-
generatedFraudsterId
KnownFraudsterRisk.Builder generatedFraudsterId(String 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
KnownFraudsterRisk.Builder riskScore(Integer 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.
-
-