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.
|
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 HeartbeatEvent.Builder eventId(String eventId)
HeartbeatEvent.Builder
A unique identifier of the event sent by Amazon Lex. 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 in the current
session.
eventId in interface HeartbeatEvent.BuildereventId - A unique identifier of the event sent by Amazon Lex. 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 in the current session.public final void setEventId(String eventId)
public HeartbeatEvent build()
build in interface Buildablebuild in interface SdkBuilder<HeartbeatEvent.Builder,HeartbeatEvent>Copyright © 2021. All rights reserved.