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