protected static class HeartbeatEvent.BuilderImpl extends Object implements HeartbeatEvent.Builder
| Modifier | Constructor and Description |
|---|---|
protected |
BuilderImpl() |
protected |
BuilderImpl(HeartbeatEvent model) |
| Modifier and Type | Method and Description |
|---|---|
HeartbeatEvent |
build() |
HeartbeatEvent.Builder |
eventId(String eventId)
A unique identifier of the event sent by Amazon Lex V2.
|
String |
getEventId() |
List<SdkField<?>> |
sdkFields() |
void |
setEventId(String eventId) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequalsBySdkFieldscopyapplyMutationprotected BuilderImpl()
protected BuilderImpl(HeartbeatEvent model)
public final String getEventId()
public final void setEventId(String eventId)
public final HeartbeatEvent.Builder eventId(String eventId)
HeartbeatEvent.Builder
A unique identifier of the event sent by Amazon Lex V2. The identifier is in the form RESPONSE-N
, where N is a number starting with one and incremented for each event sent by Amazon Lex V2 in the current
session.
eventId in interface HeartbeatEvent.BuildereventId - A unique identifier of the event sent by Amazon Lex V2. The identifier is in the form
RESPONSE-N, where N is a number starting with one and incremented for each event sent by
Amazon Lex V2 in the current session.public HeartbeatEvent build()
build in interface Buildablebuild in interface SdkBuilder<HeartbeatEvent.Builder,HeartbeatEvent>Copyright © 2023. All rights reserved.