Class CfnBotPropsMixin.UnifiedSpeechSettingsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.lex.CfnBotPropsMixin.UnifiedSpeechSettingsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnBotPropsMixin.UnifiedSpeechSettingsProperty>
- Enclosing interface:
CfnBotPropsMixin.UnifiedSpeechSettingsProperty
@Stability(Stable)
public static final class CfnBotPropsMixin.UnifiedSpeechSettingsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnBotPropsMixin.UnifiedSpeechSettingsProperty>
A builder for
CfnBotPropsMixin.UnifiedSpeechSettingsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.speechFoundationModel(CfnBotPropsMixin.SpeechFoundationModelProperty speechFoundationModel) speechFoundationModel(IResolvable speechFoundationModel)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
speechFoundationModel
@Stability(Stable) public CfnBotPropsMixin.UnifiedSpeechSettingsProperty.Builder speechFoundationModel(IResolvable speechFoundationModel) - Parameters:
speechFoundationModel- The foundation model configuration to use for unified speech processing capabilities.- Returns:
this
-
speechFoundationModel
@Stability(Stable) public CfnBotPropsMixin.UnifiedSpeechSettingsProperty.Builder speechFoundationModel(CfnBotPropsMixin.SpeechFoundationModelProperty speechFoundationModel) - Parameters:
speechFoundationModel- The foundation model configuration to use for unified speech processing capabilities.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnBotPropsMixin.UnifiedSpeechSettingsProperty>- Returns:
- a new instance of
CfnBotPropsMixin.UnifiedSpeechSettingsProperty - Throws:
NullPointerException- if any required attribute was not provided
-