Class VoiceIdBatchFraudsterRegistrationAction.RegistrationConfig.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.voiceid.events.VoiceIdBatchFraudsterRegistrationAction.RegistrationConfig.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<VoiceIdBatchFraudsterRegistrationAction.RegistrationConfig>
- Enclosing interface:
VoiceIdBatchFraudsterRegistrationAction.RegistrationConfig
@Stability(Experimental)
public static final class VoiceIdBatchFraudsterRegistrationAction.RegistrationConfig.Builder
extends Object
implements software.amazon.jsii.Builder<VoiceIdBatchFraudsterRegistrationAction.RegistrationConfig>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.duplicateRegistrationAction(List<String> duplicateRegistrationAction) fraudsterSimilarityThreshold(List<String> fraudsterSimilarityThreshold) watchlistIds(List<String> watchlistIds)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
duplicateRegistrationAction
@Stability(Experimental) public VoiceIdBatchFraudsterRegistrationAction.RegistrationConfig.Builder duplicateRegistrationAction(List<String> duplicateRegistrationAction) Sets the value ofVoiceIdBatchFraudsterRegistrationAction.RegistrationConfig.getDuplicateRegistrationAction()- Parameters:
duplicateRegistrationAction- duplicateRegistrationAction property. Specify an array of string values to match this event if the actual value of duplicateRegistrationAction is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
fraudsterSimilarityThreshold
@Stability(Experimental) public VoiceIdBatchFraudsterRegistrationAction.RegistrationConfig.Builder fraudsterSimilarityThreshold(List<String> fraudsterSimilarityThreshold) Sets the value ofVoiceIdBatchFraudsterRegistrationAction.RegistrationConfig.getFraudsterSimilarityThreshold()- Parameters:
fraudsterSimilarityThreshold- fraudsterSimilarityThreshold property. Specify an array of string values to match this event if the actual value of fraudsterSimilarityThreshold is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
watchlistIds
@Stability(Experimental) public VoiceIdBatchFraudsterRegistrationAction.RegistrationConfig.Builder watchlistIds(List<String> watchlistIds) - Parameters:
watchlistIds- watchlistIds property. Specify an array of string values to match this event if the actual value of watchlistIds 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<VoiceIdBatchFraudsterRegistrationAction.RegistrationConfig>- Returns:
- a new instance of
VoiceIdBatchFraudsterRegistrationAction.RegistrationConfig - Throws:
NullPointerException- if any required attribute was not provided
-