Interface ListLexBotsResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, ConnectResponse.Builder, CopyableBuilder<ListLexBotsResponse.Builder,ListLexBotsResponse>, SdkBuilder<ListLexBotsResponse.Builder,ListLexBotsResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
ListLexBotsResponse

public static interface ListLexBotsResponse.Builder extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<ListLexBotsResponse.Builder,ListLexBotsResponse>
  • Method Details

    • lexBots

      The names and Amazon Web Services Regions of the Amazon Lex bots associated with the specified instance.

      Parameters:
      lexBots - The names and Amazon Web Services Regions of the Amazon Lex bots associated with the specified instance.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lexBots

      ListLexBotsResponse.Builder lexBots(LexBot... lexBots)

      The names and Amazon Web Services Regions of the Amazon Lex bots associated with the specified instance.

      Parameters:
      lexBots - The names and Amazon Web Services Regions of the Amazon Lex bots associated with the specified instance.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lexBots

      The names and Amazon Web Services Regions of the Amazon Lex bots associated with the specified instance.

      This is a convenience method that creates an instance of the LexBot.Builder avoiding the need to create one manually via LexBot.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to lexBots(List<LexBot>).

      Parameters:
      lexBots - a consumer that will call methods on LexBot.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • nextToken

      ListLexBotsResponse.Builder nextToken(String nextToken)

      If there are additional results, this is the token for the next set of results.

      Parameters:
      nextToken - If there are additional results, this is the token for the next set of results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.