Interface LexFlowNodeConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<LexFlowNodeConfiguration.Builder,
,LexFlowNodeConfiguration> SdkBuilder<LexFlowNodeConfiguration.Builder,
,LexFlowNodeConfiguration> SdkPojo
- Enclosing class:
LexFlowNodeConfiguration
@Mutable
@NotThreadSafe
public static interface LexFlowNodeConfiguration.Builder
extends SdkPojo, CopyableBuilder<LexFlowNodeConfiguration.Builder,LexFlowNodeConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionbotAliasArn
(String botAliasArn) The Amazon Resource Name (ARN) of the Amazon Lex bot alias to invoke.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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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.
-