Interface BotLocaleHistoryEvent.Builder

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

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

    • event

      A description of the event that occurred.

      Parameters:
      event - A description of the event that occurred.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • eventDate

      BotLocaleHistoryEvent.Builder eventDate(Instant eventDate)

      A timestamp of the date and time that the event occurred.

      Parameters:
      eventDate - A timestamp of the date and time that the event occurred.
      Returns:
      Returns a reference to this object so that method calls can be chained together.