Class DomainEvents.VoiceIdUpdateSessionAction.AuthenticationConfiguration.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.voiceid.events.DomainEvents.VoiceIdUpdateSessionAction.AuthenticationConfiguration.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<DomainEvents.VoiceIdUpdateSessionAction.AuthenticationConfiguration>
- Enclosing interface:
DomainEvents.VoiceIdUpdateSessionAction.AuthenticationConfiguration
@Stability(Experimental)
public static final class DomainEvents.VoiceIdUpdateSessionAction.AuthenticationConfiguration.Builder
extends Object
implements software.amazon.jsii.Builder<DomainEvents.VoiceIdUpdateSessionAction.AuthenticationConfiguration>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionacceptanceThreshold(List<String> acceptanceThreshold) build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
acceptanceThreshold
@Stability(Experimental) public DomainEvents.VoiceIdUpdateSessionAction.AuthenticationConfiguration.Builder acceptanceThreshold(List<String> acceptanceThreshold) Sets the value ofDomainEvents.VoiceIdUpdateSessionAction.AuthenticationConfiguration.getAcceptanceThreshold()- Parameters:
acceptanceThreshold- acceptanceThreshold property. Specify an array of string values to match this event if the actual value of acceptanceThreshold 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.VoiceIdUpdateSessionAction.AuthenticationConfiguration build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DomainEvents.VoiceIdUpdateSessionAction.AuthenticationConfiguration>- Returns:
- a new instance of
DomainEvents.VoiceIdUpdateSessionAction.AuthenticationConfiguration - Throws:
NullPointerException- if any required attribute was not provided
-