Uses of Interface
software.amazon.awssdk.services.lexruntimev2.model.DisconnectionEvent.Builder
-
-
Uses of DisconnectionEvent.Builder in software.amazon.awssdk.services.lexruntimev2.model
Classes in software.amazon.awssdk.services.lexruntimev2.model that implement DisconnectionEvent.Builder Modifier and Type Class Description protected static classDisconnectionEvent.BuilderImplMethods in software.amazon.awssdk.services.lexruntimev2.model that return DisconnectionEvent.Builder Modifier and Type Method Description static DisconnectionEvent.BuilderDisconnectionEvent. builder()DisconnectionEvent.BuilderDisconnectionEvent.Builder. clientTimestampMillis(Long clientTimestampMillis)A timestamp set by the client of the date and time that the event was sent to Amazon Lex V2.DisconnectionEvent.BuilderDisconnectionEvent.BuilderImpl. clientTimestampMillis(Long clientTimestampMillis)static DisconnectionEvent.BuilderStartConversationRequestEventStream. disconnectionEventBuilder()Create a builder for theDisconnectionEventevent type for this stream.DisconnectionEvent.BuilderDisconnectionEvent.Builder. eventId(String eventId)A unique identifier that your application assigns to the event.DisconnectionEvent.BuilderDisconnectionEvent.BuilderImpl. eventId(String eventId)DisconnectionEvent.BuilderDisconnectionEvent. toBuilder()Methods in software.amazon.awssdk.services.lexruntimev2.model that return types with arguments of type DisconnectionEvent.Builder Modifier and Type Method Description static Class<? extends DisconnectionEvent.Builder>DisconnectionEvent. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lexruntimev2.model with type arguments of type DisconnectionEvent.Builder Modifier and Type Method Description DisconnectionEventDisconnectionEvent. copy(Consumer<? super DisconnectionEvent.Builder> modifier) -
Uses of DisconnectionEvent.Builder in software.amazon.awssdk.services.lexruntimev2.model.startconversationrequesteventstream
Subinterfaces of DisconnectionEvent.Builder in software.amazon.awssdk.services.lexruntimev2.model.startconversationrequesteventstream Modifier and Type Interface Description static interfaceDefaultDisconnectionEvent.Builder
-