Class CfnFlowVersionPropsMixin.LexFlowNodeConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.bedrock.mixins.CfnFlowVersionPropsMixin.LexFlowNodeConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFlowVersionPropsMixin.LexFlowNodeConfigurationProperty>
- Enclosing interface:
CfnFlowVersionPropsMixin.LexFlowNodeConfigurationProperty
@Stability(Stable)
public static final class CfnFlowVersionPropsMixin.LexFlowNodeConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFlowVersionPropsMixin.LexFlowNodeConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbotAliasArn(String botAliasArn) build()Builds the configured instance.Sets the value ofCfnFlowVersionPropsMixin.LexFlowNodeConfigurationProperty.getLocaleId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
botAliasArn
@Stability(Stable) public CfnFlowVersionPropsMixin.LexFlowNodeConfigurationProperty.Builder botAliasArn(String botAliasArn) - Parameters:
botAliasArn- The Amazon Resource Name (ARN) of the Amazon Lex bot alias to invoke.- Returns:
this
-
localeId
@Stability(Stable) public CfnFlowVersionPropsMixin.LexFlowNodeConfigurationProperty.Builder localeId(String localeId) Sets the value ofCfnFlowVersionPropsMixin.LexFlowNodeConfigurationProperty.getLocaleId()- Parameters:
localeId- The Region to invoke the Amazon Lex bot in.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnFlowVersionPropsMixin.LexFlowNodeConfigurationProperty>- Returns:
- a new instance of
CfnFlowVersionPropsMixin.LexFlowNodeConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-