Interface CreateBotVersionRequest.Builder

    • Method Detail

      • botId

        CreateBotVersionRequest.Builder botId​(String botId)

        The identifier of the bot to create the version for.

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

        CreateBotVersionRequest.Builder description​(String description)

        A description of the version. Use the description to help identify the version in lists.

        Parameters:
        description - A description of the version. Use the description to help identify the version in lists.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • botVersionLocaleSpecification

        CreateBotVersionRequest.Builder botVersionLocaleSpecification​(Map<String,​BotVersionLocaleDetails> botVersionLocaleSpecification)

        Specifies the locales that Amazon Lex adds to this version. You can choose the Draft version or any other previously published version for each locale. When you specify a source version, the locale data is copied from the source version to the new version.

        Parameters:
        botVersionLocaleSpecification - Specifies the locales that Amazon Lex adds to this version. You can choose the Draft version or any other previously published version for each locale. When you specify a source version, the locale data is copied from the source version to the new version.
        Returns:
        Returns a reference to this object so that method calls can be chained together.