Interface BotAliasHistoryEvent.Builder

All Superinterfaces:
Buildable, CopyableBuilder<BotAliasHistoryEvent.Builder,BotAliasHistoryEvent>, SdkBuilder<BotAliasHistoryEvent.Builder,BotAliasHistoryEvent>, SdkPojo
Enclosing class:
BotAliasHistoryEvent

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

    • 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

      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.