Class FraudDetectionConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.voiceid.model.FraudDetectionConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<FraudDetectionConfiguration.Builder,FraudDetectionConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class FraudDetectionConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FraudDetectionConfiguration.Builder,FraudDetectionConfiguration>
The configuration used for performing fraud detection over a speaker during a session.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFraudDetectionConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FraudDetectionConfiguration.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegerriskThreshold()Threshold value for determining whether the speaker is a fraudster.List<SdkField<?>>sdkFields()static Class<? extends FraudDetectionConfiguration.Builder>serializableBuilderClass()FraudDetectionConfiguration.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringwatchlistId()The identifier of the watchlist against which fraud detection is performed.-
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
-
riskThreshold
public final Integer riskThreshold()
Threshold value for determining whether the speaker is a fraudster. If the detected risk score calculated by Voice ID is higher than the threshold, the speaker is considered a fraudster.
- Returns:
- Threshold value for determining whether the speaker is a fraudster. If the detected risk score calculated by Voice ID is higher than the threshold, the speaker is considered a fraudster.
-
watchlistId
public final String watchlistId()
The identifier of the watchlist against which fraud detection is performed.
- Returns:
- The identifier of the watchlist against which fraud detection is performed.
-
toBuilder
public FraudDetectionConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<FraudDetectionConfiguration.Builder,FraudDetectionConfiguration>
-
builder
public static FraudDetectionConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends FraudDetectionConfiguration.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.
-
-