Class VoiceIdUpdateSessionAction.FraudDetectionConfiguration.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.voiceid.events.VoiceIdUpdateSessionAction.FraudDetectionConfiguration.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<VoiceIdUpdateSessionAction.FraudDetectionConfiguration>
- Enclosing interface:
VoiceIdUpdateSessionAction.FraudDetectionConfiguration
@Stability(Experimental)
public static final class VoiceIdUpdateSessionAction.FraudDetectionConfiguration.Builder
extends Object
implements software.amazon.jsii.Builder<VoiceIdUpdateSessionAction.FraudDetectionConfiguration>
A builder for
VoiceIdUpdateSessionAction.FraudDetectionConfiguration-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.riskThreshold(List<String> riskThreshold) watchlistId(List<String> watchlistId) Sets the value ofVoiceIdUpdateSessionAction.FraudDetectionConfiguration.getWatchlistId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
riskThreshold
@Stability(Experimental) public VoiceIdUpdateSessionAction.FraudDetectionConfiguration.Builder riskThreshold(List<String> riskThreshold) - Parameters:
riskThreshold- riskThreshold property. Specify an array of string values to match this event if the actual value of riskThreshold is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
watchlistId
@Stability(Experimental) public VoiceIdUpdateSessionAction.FraudDetectionConfiguration.Builder watchlistId(List<String> watchlistId) Sets the value ofVoiceIdUpdateSessionAction.FraudDetectionConfiguration.getWatchlistId()- Parameters:
watchlistId- watchlistId property. Specify an array of string values to match this event if the actual value of watchlistId is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<VoiceIdUpdateSessionAction.FraudDetectionConfiguration>- Returns:
- a new instance of
VoiceIdUpdateSessionAction.FraudDetectionConfiguration - Throws:
NullPointerException- if any required attribute was not provided
-