Interface ListBotsResponse.Builder

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

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

    • lexBots

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

      Parameters:
      lexBots - The names and Amazon Web Services Regions of the Amazon Lex or Amazon Lex V2 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 or Amazon Lex V2 bots associated with the specified instance.

      Parameters:
      lexBots - The names and Amazon Web Services Regions of the Amazon Lex or Amazon Lex V2 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 or Amazon Lex V2 bots associated with the specified instance.

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

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

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

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