Interface LexFlowNodeConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<LexFlowNodeConfiguration.Builder,LexFlowNodeConfiguration>,SdkBuilder<LexFlowNodeConfiguration.Builder,LexFlowNodeConfiguration>,SdkPojo
- Enclosing class:
- LexFlowNodeConfiguration
public static interface LexFlowNodeConfiguration.Builder extends SdkPojo, CopyableBuilder<LexFlowNodeConfiguration.Builder,LexFlowNodeConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LexFlowNodeConfiguration.BuilderbotAliasArn(String botAliasArn)The Amazon Resource Name (ARN) of the Amazon Lex bot alias to invoke.LexFlowNodeConfiguration.BuilderlocaleId(String localeId)The Region to invoke the Amazon Lex bot in.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
botAliasArn
LexFlowNodeConfiguration.Builder botAliasArn(String botAliasArn)
The Amazon Resource Name (ARN) of the Amazon Lex bot alias to invoke.
- Parameters:
botAliasArn- The Amazon Resource Name (ARN) of the Amazon Lex bot alias to invoke.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
localeId
LexFlowNodeConfiguration.Builder localeId(String localeId)
The Region to invoke the Amazon Lex bot in.
- Parameters:
localeId- The Region to invoke the Amazon Lex bot in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-