Class DomainEvents.VoiceIdFraudsterAction.VoiceIdFraudsterActionProps.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.voiceid.events.DomainEvents.VoiceIdFraudsterAction.VoiceIdFraudsterActionProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<DomainEvents.VoiceIdFraudsterAction.VoiceIdFraudsterActionProps>
- Enclosing interface:
DomainEvents.VoiceIdFraudsterAction.VoiceIdFraudsterActionProps
@Stability(Experimental)
public static final class DomainEvents.VoiceIdFraudsterAction.VoiceIdFraudsterActionProps.Builder
extends Object
implements software.amazon.jsii.Builder<DomainEvents.VoiceIdFraudsterAction.VoiceIdFraudsterActionProps>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.eventMetadata(AWSEventMetadataProps eventMetadata) generatedFraudsterId(List<String> generatedFraudsterId) watchlistIds(List<String> watchlistIds)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
action
@Stability(Experimental) public DomainEvents.VoiceIdFraudsterAction.VoiceIdFraudsterActionProps.Builder action(List<String> action) - Parameters:
action- action property. Specify an array of string values to match this event if the actual value of action is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
data
@Stability(Experimental) public DomainEvents.VoiceIdFraudsterAction.VoiceIdFraudsterActionProps.Builder data(DomainEvents.VoiceIdFraudsterAction.Data data) - Parameters:
data- data property. Specify an array of string values to match this event if the actual value of data is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
domainId
@Stability(Experimental) public DomainEvents.VoiceIdFraudsterAction.VoiceIdFraudsterActionProps.Builder domainId(List<String> domainId) - Parameters:
domainId- domainId property. Specify an array of string values to match this event if the actual value of domainId is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
errorInfo
@Stability(Experimental) public DomainEvents.VoiceIdFraudsterAction.VoiceIdFraudsterActionProps.Builder errorInfo(DomainEvents.VoiceIdFraudsterAction.ErrorInfo errorInfo) - Parameters:
errorInfo- errorInfo property. Specify an array of string values to match this event if the actual value of errorInfo is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
eventMetadata
@Stability(Experimental) public DomainEvents.VoiceIdFraudsterAction.VoiceIdFraudsterActionProps.Builder eventMetadata(AWSEventMetadataProps eventMetadata) Sets the value ofDomainEvents.VoiceIdFraudsterAction.VoiceIdFraudsterActionProps.getEventMetadata()- Parameters:
eventMetadata- EventBridge event metadata.- Returns:
this
-
generatedFraudsterId
@Stability(Experimental) public DomainEvents.VoiceIdFraudsterAction.VoiceIdFraudsterActionProps.Builder generatedFraudsterId(List<String> generatedFraudsterId) Sets the value ofDomainEvents.VoiceIdFraudsterAction.VoiceIdFraudsterActionProps.getGeneratedFraudsterId()- Parameters:
generatedFraudsterId- generatedFraudsterId property. Specify an array of string values to match this event if the actual value of generatedFraudsterId is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
sourceId
@Stability(Experimental) public DomainEvents.VoiceIdFraudsterAction.VoiceIdFraudsterActionProps.Builder sourceId(List<String> sourceId) - Parameters:
sourceId- sourceId property. Specify an array of string values to match this event if the actual value of sourceId is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
status
@Stability(Experimental) public DomainEvents.VoiceIdFraudsterAction.VoiceIdFraudsterActionProps.Builder status(List<String> status) - Parameters:
status- status property. Specify an array of string values to match this event if the actual value of status 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.VoiceIdFraudsterAction.VoiceIdFraudsterActionProps.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
@Stability(Experimental) public DomainEvents.VoiceIdFraudsterAction.VoiceIdFraudsterActionProps build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DomainEvents.VoiceIdFraudsterAction.VoiceIdFraudsterActionProps>- Returns:
- a new instance of
DomainEvents.VoiceIdFraudsterAction.VoiceIdFraudsterActionProps - Throws:
NullPointerException- if any required attribute was not provided
-