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 Details

    • 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.