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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BotLocaleHistoryEvent.Builderevent(String event)A description of the event that occurred.BotLocaleHistoryEvent.BuildereventDate(Instant eventDate)A timestamp of the date and time that the event occurred.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
event
BotLocaleHistoryEvent.Builder event(String 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.
-
-