Interface ListBotAnalyzerHistoryRequest.Builder

  • Method Details

    • botId

      The unique identifier of the bot.

      Parameters:
      botId - The unique identifier of the bot.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • localeId

      The locale identifier to filter the history. If not specified, returns history for all locales.

      Parameters:
      localeId - The locale identifier to filter the history. If not specified, returns history for all locales.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • botVersion

      The bot version to filter the history. If not specified, defaults to DRAFT.

      Parameters:
      botVersion - The bot version to filter the history. If not specified, defaults to DRAFT.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      If the response from a previous request was truncated, the nextToken value is used to retrieve the next page of history entries.

      Parameters:
      nextToken - If the response from a previous request was truncated, the nextToken value is used to retrieve the next page of history entries.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      The maximum number of history entries to return in the response. The default is 10.

      Parameters:
      maxResults - The maximum number of history entries to return in the response. The default is 10.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      ListBotAnalyzerHistoryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.