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
Modifier and TypeMethodDescriptionA description of the event that occurred.A timestamp of the date and time that the event occurred.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
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
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.
 
 
 -