Class DomainEvents.VoiceIdEvaluateSessionAction.FraudDetectionResult.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.voiceid.events.DomainEvents.VoiceIdEvaluateSessionAction.FraudDetectionResult.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<DomainEvents.VoiceIdEvaluateSessionAction.FraudDetectionResult>
- Enclosing interface:
DomainEvents.VoiceIdEvaluateSessionAction.FraudDetectionResult
@Stability(Experimental)
public static final class DomainEvents.VoiceIdEvaluateSessionAction.FraudDetectionResult.Builder
extends Object
implements software.amazon.jsii.Builder<DomainEvents.VoiceIdEvaluateSessionAction.FraudDetectionResult>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaudioAggregationEndedAt(List<String> audioAggregationEndedAt) audioAggregationStartedAt(List<String> audioAggregationStartedAt) build()Builds the configured instance.fraudDetectionResultId(List<String> fraudDetectionResultId)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
audioAggregationEndedAt
@Stability(Experimental) public DomainEvents.VoiceIdEvaluateSessionAction.FraudDetectionResult.Builder audioAggregationEndedAt(List<String> audioAggregationEndedAt) Sets the value ofDomainEvents.VoiceIdEvaluateSessionAction.FraudDetectionResult.getAudioAggregationEndedAt()- Parameters:
audioAggregationEndedAt- audioAggregationEndedAt property. Specify an array of string values to match this event if the actual value of audioAggregationEndedAt is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
audioAggregationStartedAt
@Stability(Experimental) public DomainEvents.VoiceIdEvaluateSessionAction.FraudDetectionResult.Builder audioAggregationStartedAt(List<String> audioAggregationStartedAt) Sets the value ofDomainEvents.VoiceIdEvaluateSessionAction.FraudDetectionResult.getAudioAggregationStartedAt()- Parameters:
audioAggregationStartedAt- audioAggregationStartedAt property. Specify an array of string values to match this event if the actual value of audioAggregationStartedAt is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
configuration
@Stability(Experimental) public DomainEvents.VoiceIdEvaluateSessionAction.FraudDetectionResult.Builder configuration(DomainEvents.VoiceIdEvaluateSessionAction.ConfigurationFraud configuration) - Parameters:
configuration- configuration property. Specify an array of string values to match this event if the actual value of configuration is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
decision
@Stability(Experimental) public DomainEvents.VoiceIdEvaluateSessionAction.FraudDetectionResult.Builder decision(List<String> decision) - Parameters:
decision- decision property. Specify an array of string values to match this event if the actual value of decision is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
fraudDetectionResultId
@Stability(Experimental) public DomainEvents.VoiceIdEvaluateSessionAction.FraudDetectionResult.Builder fraudDetectionResultId(List<String> fraudDetectionResultId) Sets the value ofDomainEvents.VoiceIdEvaluateSessionAction.FraudDetectionResult.getFraudDetectionResultId()- Parameters:
fraudDetectionResultId- fraudDetectionResultId property. Specify an array of string values to match this event if the actual value of fraudDetectionResultId is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
reasons
@Stability(Experimental) public DomainEvents.VoiceIdEvaluateSessionAction.FraudDetectionResult.Builder reasons(List<String> reasons) - Parameters:
reasons- reasons property. Specify an array of string values to match this event if the actual value of reasons is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
riskDetails
@Stability(Experimental) public DomainEvents.VoiceIdEvaluateSessionAction.FraudDetectionResult.Builder riskDetails(DomainEvents.VoiceIdEvaluateSessionAction.RiskDetails riskDetails) - Parameters:
riskDetails- riskDetails property. Specify an array of string values to match this event if the actual value of riskDetails 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.VoiceIdEvaluateSessionAction.FraudDetectionResult build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DomainEvents.VoiceIdEvaluateSessionAction.FraudDetectionResult>- Returns:
- a new instance of
DomainEvents.VoiceIdEvaluateSessionAction.FraudDetectionResult - Throws:
NullPointerException- if any required attribute was not provided
-