Interface LexBot.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<LexBot.Builder,,LexBot> SdkBuilder<LexBot.Builder,,LexBot> SdkPojo
- Enclosing class:
 LexBot
@Mutable
@NotThreadSafe
public static interface LexBot.Builder
extends SdkPojo, CopyableBuilder<LexBot.Builder,LexBot> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Web Services Region where the Amazon Lex bot was created.The name of the Amazon Lex bot.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
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
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.
 
 
 -