Interface DeleteBotLocaleResponse.Builder

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

public static interface DeleteBotLocaleResponse.Builder extends LexModelsV2Response.Builder, SdkPojo, CopyableBuilder<DeleteBotLocaleResponse.Builder,DeleteBotLocaleResponse>
  • Method Details

    • botId

      The identifier of the bot that contained the deleted locale.

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

      DeleteBotLocaleResponse.Builder botVersion(String botVersion)

      The version of the bot that contained the deleted locale.

      Parameters:
      botVersion - The version of the bot that contained the deleted locale.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • localeId

      The language and locale of the deleted locale.

      Parameters:
      localeId - The language and locale of the deleted locale.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • botLocaleStatus

      DeleteBotLocaleResponse.Builder botLocaleStatus(String botLocaleStatus)

      The status of deleting the bot locale. The locale first enters the Deleting status. Once the locale is deleted it no longer appears in the list of locales for the bot.

      Parameters:
      botLocaleStatus - The status of deleting the bot locale. The locale first enters the Deleting status. Once the locale is deleted it no longer appears in the list of locales for the bot.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • botLocaleStatus

      DeleteBotLocaleResponse.Builder botLocaleStatus(BotLocaleStatus botLocaleStatus)

      The status of deleting the bot locale. The locale first enters the Deleting status. Once the locale is deleted it no longer appears in the list of locales for the bot.

      Parameters:
      botLocaleStatus - The status of deleting the bot locale. The locale first enters the Deleting status. Once the locale is deleted it no longer appears in the list of locales for the bot.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: