Class DomainEvents.VoiceIdUpdateSessionAction.Session.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.voiceid.events.DomainEvents.VoiceIdUpdateSessionAction.Session.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<DomainEvents.VoiceIdUpdateSessionAction.Session>
- Enclosing interface:
DomainEvents.VoiceIdUpdateSessionAction.Session
@Stability(Experimental)
public static final class DomainEvents.VoiceIdUpdateSessionAction.Session.Builder
extends Object
implements software.amazon.jsii.Builder<DomainEvents.VoiceIdUpdateSessionAction.Session>
A builder for
DomainEvents.VoiceIdUpdateSessionAction.Session-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionauthenticationConfiguration(DomainEvents.VoiceIdUpdateSessionAction.AuthenticationConfiguration authenticationConfiguration) build()Builds the configured instance.fraudDetectionConfiguration(DomainEvents.VoiceIdUpdateSessionAction.FraudDetectionConfiguration fraudDetectionConfiguration) generatedSpeakerId(List<String> generatedSpeakerId) Sets the value ofDomainEvents.VoiceIdUpdateSessionAction.Session.getGeneratedSpeakerId()Sets the value ofDomainEvents.VoiceIdUpdateSessionAction.Session.getSessionId()sessionName(List<String> sessionName) Sets the value ofDomainEvents.VoiceIdUpdateSessionAction.Session.getSessionName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
authenticationConfiguration
@Stability(Experimental) public DomainEvents.VoiceIdUpdateSessionAction.Session.Builder authenticationConfiguration(DomainEvents.VoiceIdUpdateSessionAction.AuthenticationConfiguration authenticationConfiguration) - Parameters:
authenticationConfiguration- authenticationConfiguration property. Specify an array of string values to match this event if the actual value of authenticationConfiguration is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
fraudDetectionConfiguration
@Stability(Experimental) public DomainEvents.VoiceIdUpdateSessionAction.Session.Builder fraudDetectionConfiguration(DomainEvents.VoiceIdUpdateSessionAction.FraudDetectionConfiguration fraudDetectionConfiguration) - Parameters:
fraudDetectionConfiguration- fraudDetectionConfiguration property. Specify an array of string values to match this event if the actual value of fraudDetectionConfiguration is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
generatedSpeakerId
@Stability(Experimental) public DomainEvents.VoiceIdUpdateSessionAction.Session.Builder generatedSpeakerId(List<String> generatedSpeakerId) Sets the value ofDomainEvents.VoiceIdUpdateSessionAction.Session.getGeneratedSpeakerId()- Parameters:
generatedSpeakerId- generatedSpeakerId property. Specify an array of string values to match this event if the actual value of generatedSpeakerId is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
sessionId
@Stability(Experimental) public DomainEvents.VoiceIdUpdateSessionAction.Session.Builder sessionId(List<String> sessionId) Sets the value ofDomainEvents.VoiceIdUpdateSessionAction.Session.getSessionId()- Parameters:
sessionId- sessionId property. Specify an array of string values to match this event if the actual value of sessionId is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
sessionName
@Stability(Experimental) public DomainEvents.VoiceIdUpdateSessionAction.Session.Builder sessionName(List<String> sessionName) Sets the value ofDomainEvents.VoiceIdUpdateSessionAction.Session.getSessionName()- Parameters:
sessionName- sessionName property. Specify an array of string values to match this event if the actual value of sessionName 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<DomainEvents.VoiceIdUpdateSessionAction.Session>- Returns:
- a new instance of
DomainEvents.VoiceIdUpdateSessionAction.Session - Throws:
NullPointerException- if any required attribute was not provided
-