Interface LexV2Bot.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<LexV2Bot.Builder,LexV2Bot>,SdkBuilder<LexV2Bot.Builder,LexV2Bot>,SdkPojo
- Enclosing class:
- LexV2Bot
public static interface LexV2Bot.Builder extends SdkPojo, CopyableBuilder<LexV2Bot.Builder,LexV2Bot>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LexV2Bot.BuilderaliasArn(String aliasArn)The Amazon Resource Name (ARN) of the Amazon Lex V2 bot.-
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
-
aliasArn
LexV2Bot.Builder aliasArn(String aliasArn)
The Amazon Resource Name (ARN) of the Amazon Lex V2 bot.
- Parameters:
aliasArn- The Amazon Resource Name (ARN) of the Amazon Lex V2 bot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-