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