Interface LexBot.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<LexBot.Builder,LexBot>,SdkBuilder<LexBot.Builder,LexBot>,SdkPojo
- Enclosing class:
- LexBot
public static interface LexBot.Builder extends SdkPojo, CopyableBuilder<LexBot.Builder,LexBot>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LexBot.BuilderlexRegion(String lexRegion)The Amazon Web Services Region where the Amazon Lex bot was created.LexBot.Buildername(String name)The name of the Amazon Lex 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
-
name
LexBot.Builder name(String name)
The name of the Amazon Lex bot.
- Parameters:
name- The name of the Amazon Lex bot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lexRegion
LexBot.Builder lexRegion(String lexRegion)
The Amazon Web Services Region where the Amazon Lex bot was created.
- Parameters:
lexRegion- The Amazon Web Services Region where the Amazon Lex bot was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-