Class PlaybackCompletionEvent.BuilderImpl
- java.lang.Object
-
- software.amazon.awssdk.services.lexruntimev2.model.PlaybackCompletionEvent.BuilderImpl
-
- All Implemented Interfaces:
SdkPojo,PlaybackCompletionEvent.Builder,Buildable,CopyableBuilder<PlaybackCompletionEvent.Builder,PlaybackCompletionEvent>,SdkBuilder<PlaybackCompletionEvent.Builder,PlaybackCompletionEvent>
- Enclosing class:
- PlaybackCompletionEvent
protected static class PlaybackCompletionEvent.BuilderImpl extends Object implements PlaybackCompletionEvent.Builder
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBuilderImpl()protectedBuilderImpl(PlaybackCompletionEvent model)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PlaybackCompletionEventbuild()PlaybackCompletionEvent.BuilderclientTimestampMillis(Long clientTimestampMillis)A timestamp set by the client of the date and time that the event was sent to Amazon Lex V2.PlaybackCompletionEvent.BuildereventId(String eventId)A unique identifier that your application assigns to the event.LonggetClientTimestampMillis()StringgetEventId()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()voidsetClientTimestampMillis(Long clientTimestampMillis)voidsetEventId(String eventId)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields
-
-
-
-
Constructor Detail
-
BuilderImpl
protected BuilderImpl()
-
BuilderImpl
protected BuilderImpl(PlaybackCompletionEvent model)
-
-
Method Detail
-
getEventId
public final String getEventId()
-
setEventId
public final void setEventId(String eventId)
-
eventId
public final PlaybackCompletionEvent.Builder eventId(String eventId)
Description copied from interface:PlaybackCompletionEvent.BuilderA unique identifier that your application assigns to the event. You can use this to identify events in logs.
- Specified by:
eventIdin interfacePlaybackCompletionEvent.Builder- Parameters:
eventId- A unique identifier that your application assigns to the event. You can use this to identify events in logs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getClientTimestampMillis
public final Long getClientTimestampMillis()
-
setClientTimestampMillis
public final void setClientTimestampMillis(Long clientTimestampMillis)
-
clientTimestampMillis
public final PlaybackCompletionEvent.Builder clientTimestampMillis(Long clientTimestampMillis)
Description copied from interface:PlaybackCompletionEvent.BuilderA timestamp set by the client of the date and time that the event was sent to Amazon Lex V2.
- Specified by:
clientTimestampMillisin interfacePlaybackCompletionEvent.Builder- Parameters:
clientTimestampMillis- A timestamp set by the client of the date and time that the event was sent to Amazon Lex V2.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
build
public PlaybackCompletionEvent build()
- Specified by:
buildin interfaceBuildable- Specified by:
buildin interfaceSdkBuilder<PlaybackCompletionEvent.Builder,PlaybackCompletionEvent>
-
sdkFieldNameToField
public Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-