Class CfnBotPropsMixin.SpeechModelConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.lex.CfnBotPropsMixin.SpeechModelConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnBotPropsMixin.SpeechModelConfigProperty>
- Enclosing interface:
CfnBotPropsMixin.SpeechModelConfigProperty
@Stability(Stable)
public static final class CfnBotPropsMixin.SpeechModelConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnBotPropsMixin.SpeechModelConfigProperty>
A builder for
CfnBotPropsMixin.SpeechModelConfigProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.deepgramConfig(CfnBotPropsMixin.DeepgramSpeechModelConfigProperty deepgramConfig) Sets the value ofCfnBotPropsMixin.SpeechModelConfigProperty.getDeepgramConfig()deepgramConfig(IResolvable deepgramConfig) Sets the value ofCfnBotPropsMixin.SpeechModelConfigProperty.getDeepgramConfig()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
deepgramConfig
@Stability(Stable) public CfnBotPropsMixin.SpeechModelConfigProperty.Builder deepgramConfig(IResolvable deepgramConfig) Sets the value ofCfnBotPropsMixin.SpeechModelConfigProperty.getDeepgramConfig()- Parameters:
deepgramConfig- the value to be set.- Returns:
this
-
deepgramConfig
@Stability(Stable) public CfnBotPropsMixin.SpeechModelConfigProperty.Builder deepgramConfig(CfnBotPropsMixin.DeepgramSpeechModelConfigProperty deepgramConfig) Sets the value ofCfnBotPropsMixin.SpeechModelConfigProperty.getDeepgramConfig()- Parameters:
deepgramConfig- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnBotPropsMixin.SpeechModelConfigProperty>- Returns:
- a new instance of
CfnBotPropsMixin.SpeechModelConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-