Class DomainEvents.VoiceIdBatchFraudsterRegistrationAction.RegistrationConfig.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.voiceid.events.DomainEvents.VoiceIdBatchFraudsterRegistrationAction.RegistrationConfig.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<DomainEvents.VoiceIdBatchFraudsterRegistrationAction.RegistrationConfig>
- Enclosing interface:
DomainEvents.VoiceIdBatchFraudsterRegistrationAction.RegistrationConfig
@Stability(Experimental)
public static final class DomainEvents.VoiceIdBatchFraudsterRegistrationAction.RegistrationConfig.Builder
extends Object
implements software.amazon.jsii.Builder<DomainEvents.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 DomainEvents.VoiceIdBatchFraudsterRegistrationAction.RegistrationConfig.Builder duplicateRegistrationAction(List<String> duplicateRegistrationAction) Sets the value ofDomainEvents.VoiceIdBatchFraudsterRegistrationAction.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 DomainEvents.VoiceIdBatchFraudsterRegistrationAction.RegistrationConfig.Builder fraudsterSimilarityThreshold(List<String> fraudsterSimilarityThreshold) Sets the value ofDomainEvents.VoiceIdBatchFraudsterRegistrationAction.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 DomainEvents.VoiceIdBatchFraudsterRegistrationAction.RegistrationConfig.Builder watchlistIds(List<String> watchlistIds) Sets the value ofDomainEvents.VoiceIdBatchFraudsterRegistrationAction.RegistrationConfig.getWatchlistIds()- 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
@Stability(Experimental) public DomainEvents.VoiceIdBatchFraudsterRegistrationAction.RegistrationConfig build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DomainEvents.VoiceIdBatchFraudsterRegistrationAction.RegistrationConfig>- Returns:
- a new instance of
DomainEvents.VoiceIdBatchFraudsterRegistrationAction.RegistrationConfig - Throws:
NullPointerException- if any required attribute was not provided
-