public static interface DisconnectionEvent.Builder extends SdkPojo, CopyableBuilder<DisconnectionEvent.Builder,DisconnectionEvent>
| Modifier and Type | Method and Description |
|---|---|
DisconnectionEvent.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.Builder |
eventId(String eventId)
A unique identifier that your application assigns to the event.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDisconnectionEvent.Builder eventId(String eventId)
A unique identifier that your application assigns to the event. You can use this to identify events in logs.
eventId - A unique identifier that your application assigns to the event. You can use this to identify events in
logs.DisconnectionEvent.Builder clientTimestampMillis(Long clientTimestampMillis)
A timestamp set by the client of the date and time that the event was sent to Amazon Lex V2.
clientTimestampMillis - A timestamp set by the client of the date and time that the event was sent to Amazon Lex V2.Copyright © 2022. All rights reserved.