Interface BotVersionSummary.Builder

    • Method Detail

      • botName

        BotVersionSummary.Builder botName​(String botName)

        The name of the bot associated with the version.

        Parameters:
        botName - The name of the bot associated with the version.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • botVersion

        BotVersionSummary.Builder botVersion​(String botVersion)

        The numeric version of the bot, or DRAFT to indicate that this is the version of the bot that can be updated..

        Parameters:
        botVersion - The numeric version of the bot, or DRAFT to indicate that this is the version of the bot that can be updated..
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        BotVersionSummary.Builder description​(String description)

        The description of the version.

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

        BotVersionSummary.Builder botStatus​(String botStatus)

        The status of the bot. When the status is available, the version of the bot is ready for use.

        Parameters:
        botStatus - The status of the bot. When the status is available, the version of the bot is ready for use.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        BotStatus, BotStatus
      • botStatus

        BotVersionSummary.Builder botStatus​(BotStatus botStatus)

        The status of the bot. When the status is available, the version of the bot is ready for use.

        Parameters:
        botStatus - The status of the bot. When the status is available, the version of the bot is ready for use.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        BotStatus, BotStatus
      • creationDateTime

        BotVersionSummary.Builder creationDateTime​(Instant creationDateTime)

        A timestamp of the date and time that the version was created.

        Parameters:
        creationDateTime - A timestamp of the date and time that the version was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.