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