Interface BotLocaleHistoryEvent.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<BotLocaleHistoryEvent.Builder,,- BotLocaleHistoryEvent> - SdkBuilder<BotLocaleHistoryEvent.Builder,,- BotLocaleHistoryEvent> - SdkPojo
- Enclosing class:
- BotLocaleHistoryEvent
@Mutable
@NotThreadSafe
public static interface BotLocaleHistoryEvent.Builder
extends SdkPojo, CopyableBuilder<BotLocaleHistoryEvent.Builder,BotLocaleHistoryEvent> 
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
eventA 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.
 
- 
eventDateA 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.
 
 
-