Class VoiceIdStartSessionAction.AuthenticationConfiguration.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.voiceid.events.VoiceIdStartSessionAction.AuthenticationConfiguration.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<VoiceIdStartSessionAction.AuthenticationConfiguration>
- Enclosing interface:
VoiceIdStartSessionAction.AuthenticationConfiguration
@Stability(Experimental)
public static final class VoiceIdStartSessionAction.AuthenticationConfiguration.Builder
extends Object
implements software.amazon.jsii.Builder<VoiceIdStartSessionAction.AuthenticationConfiguration>
A builder for
VoiceIdStartSessionAction.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 VoiceIdStartSessionAction.AuthenticationConfiguration.Builder acceptanceThreshold(List<String> acceptanceThreshold) - 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
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<VoiceIdStartSessionAction.AuthenticationConfiguration>- Returns:
- a new instance of
VoiceIdStartSessionAction.AuthenticationConfiguration - Throws:
NullPointerException- if any required attribute was not provided
-