Interface BotAliasHistoryEvent.Builder

    • Method Detail

      • botVersion

        BotAliasHistoryEvent.Builder botVersion​(String botVersion)

        The version of the bot that was used in the event.

        Parameters:
        botVersion - The version of the bot that was used in the event.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • startDate

        BotAliasHistoryEvent.Builder startDate​(Instant startDate)

        The date and time that the event started.

        Parameters:
        startDate - The date and time that the event started.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endDate

        BotAliasHistoryEvent.Builder endDate​(Instant endDate)

        The date and time that the event ended.

        Parameters:
        endDate - The date and time that the event ended.
        Returns:
        Returns a reference to this object so that method calls can be chained together.