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