Class VoiceIdFraudsterAction.VoiceIdFraudsterActionProps.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.voiceid.events.VoiceIdFraudsterAction.VoiceIdFraudsterActionProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<VoiceIdFraudsterAction.VoiceIdFraudsterActionProps>
- Enclosing interface:
VoiceIdFraudsterAction.VoiceIdFraudsterActionProps
@Stability(Experimental)
public static final class VoiceIdFraudsterAction.VoiceIdFraudsterActionProps.Builder
extends Object
implements software.amazon.jsii.Builder<VoiceIdFraudsterAction.VoiceIdFraudsterActionProps>
A builder for
VoiceIdFraudsterAction.VoiceIdFraudsterActionProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofVoiceIdFraudsterAction.VoiceIdFraudsterActionProps.getAction()build()Builds the configured instance.Sets the value ofVoiceIdFraudsterAction.VoiceIdFraudsterActionProps.getData()Sets the value ofVoiceIdFraudsterAction.VoiceIdFraudsterActionProps.getDomainId()errorInfo(VoiceIdFraudsterAction.ErrorInfo errorInfo) Sets the value ofVoiceIdFraudsterAction.VoiceIdFraudsterActionProps.getErrorInfo()eventMetadata(AWSEventMetadataProps eventMetadata) Sets the value ofVoiceIdFraudsterAction.VoiceIdFraudsterActionProps.getEventMetadata()generatedFraudsterId(List<String> generatedFraudsterId) Sets the value ofVoiceIdFraudsterAction.VoiceIdFraudsterActionProps.getSourceId()Sets the value ofVoiceIdFraudsterAction.VoiceIdFraudsterActionProps.getStatus()watchlistIds(List<String> watchlistIds) Sets the value ofVoiceIdFraudsterAction.VoiceIdFraudsterActionProps.getWatchlistIds()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
action
@Stability(Experimental) public VoiceIdFraudsterAction.VoiceIdFraudsterActionProps.Builder action(List<String> action) Sets the value ofVoiceIdFraudsterAction.VoiceIdFraudsterActionProps.getAction()- 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 VoiceIdFraudsterAction.VoiceIdFraudsterActionProps.Builder data(VoiceIdFraudsterAction.Data data) Sets the value ofVoiceIdFraudsterAction.VoiceIdFraudsterActionProps.getData()- 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 VoiceIdFraudsterAction.VoiceIdFraudsterActionProps.Builder domainId(List<String> domainId) Sets the value ofVoiceIdFraudsterAction.VoiceIdFraudsterActionProps.getDomainId()- 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 VoiceIdFraudsterAction.VoiceIdFraudsterActionProps.Builder errorInfo(VoiceIdFraudsterAction.ErrorInfo errorInfo) Sets the value ofVoiceIdFraudsterAction.VoiceIdFraudsterActionProps.getErrorInfo()- 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 VoiceIdFraudsterAction.VoiceIdFraudsterActionProps.Builder eventMetadata(AWSEventMetadataProps eventMetadata) Sets the value ofVoiceIdFraudsterAction.VoiceIdFraudsterActionProps.getEventMetadata()- Parameters:
eventMetadata- EventBridge event metadata.- Returns:
this
-
generatedFraudsterId
@Stability(Experimental) public VoiceIdFraudsterAction.VoiceIdFraudsterActionProps.Builder generatedFraudsterId(List<String> generatedFraudsterId) - 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 VoiceIdFraudsterAction.VoiceIdFraudsterActionProps.Builder sourceId(List<String> sourceId) Sets the value ofVoiceIdFraudsterAction.VoiceIdFraudsterActionProps.getSourceId()- 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 VoiceIdFraudsterAction.VoiceIdFraudsterActionProps.Builder status(List<String> status) Sets the value ofVoiceIdFraudsterAction.VoiceIdFraudsterActionProps.getStatus()- 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 VoiceIdFraudsterAction.VoiceIdFraudsterActionProps.Builder watchlistIds(List<String> watchlistIds) Sets the value ofVoiceIdFraudsterAction.VoiceIdFraudsterActionProps.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
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<VoiceIdFraudsterAction.VoiceIdFraudsterActionProps>- Returns:
- a new instance of
VoiceIdFraudsterAction.VoiceIdFraudsterActionProps - Throws:
NullPointerException- if any required attribute was not provided
-