protected static class DisconnectionEvent.BuilderImpl extends Object implements DisconnectionEvent.Builder
| Modifier | Constructor and Description |
|---|---|
protected |
BuilderImpl() |
protected |
BuilderImpl(DisconnectionEvent model) |
| Modifier and Type | Method and Description |
|---|---|
DisconnectionEvent |
build() |
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.
|
Long |
getClientTimestampMillis() |
String |
getEventId() |
List<SdkField<?>> |
sdkFields() |
void |
setClientTimestampMillis(Long clientTimestampMillis) |
void |
setEventId(String eventId) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequalsBySdkFieldscopyapplyMutationprotected BuilderImpl()
protected BuilderImpl(DisconnectionEvent model)
public final String getEventId()
public final void setEventId(String eventId)
public final DisconnectionEvent.Builder eventId(String eventId)
DisconnectionEvent.BuilderA unique identifier that your application assigns to the event. You can use this to identify events in logs.
eventId in interface DisconnectionEvent.BuildereventId - A unique identifier that your application assigns to the event. You can use this to identify events in
logs.public final Long getClientTimestampMillis()
public final void setClientTimestampMillis(Long clientTimestampMillis)
public final DisconnectionEvent.Builder clientTimestampMillis(Long clientTimestampMillis)
DisconnectionEvent.BuilderA timestamp set by the client of the date and time that the event was sent to Amazon Lex V2.
clientTimestampMillis in interface DisconnectionEvent.BuilderclientTimestampMillis - A timestamp set by the client of the date and time that the event was sent to Amazon Lex V2.public DisconnectionEvent build()
build in interface Buildablebuild in interface SdkBuilder<DisconnectionEvent.Builder,DisconnectionEvent>Copyright © 2022. All rights reserved.