Uses of Interface
software.amazon.awssdk.services.lexmodelsv2.model.BotLocaleHistoryEvent.Builder
-
Packages that use BotLocaleHistoryEvent.Builder Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of BotLocaleHistoryEvent.Builder in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return BotLocaleHistoryEvent.Builder Modifier and Type Method Description static BotLocaleHistoryEvent.BuilderBotLocaleHistoryEvent. builder()BotLocaleHistoryEvent.BuilderBotLocaleHistoryEvent.Builder. event(String event)A description of the event that occurred.BotLocaleHistoryEvent.BuilderBotLocaleHistoryEvent.Builder. eventDate(Instant eventDate)A timestamp of the date and time that the event occurred.BotLocaleHistoryEvent.BuilderBotLocaleHistoryEvent. toBuilder()Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type BotLocaleHistoryEvent.Builder Modifier and Type Method Description static Class<? extends BotLocaleHistoryEvent.Builder>BotLocaleHistoryEvent. serializableBuilderClass()
-