Interface DefaultPlaybackCompletionEvent.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PlaybackCompletionEvent.Builder,PlaybackCompletionEvent>,PlaybackCompletionEvent.Builder,SdkBuilder<PlaybackCompletionEvent.Builder,PlaybackCompletionEvent>,SdkPojo
- Enclosing class:
- DefaultPlaybackCompletionEvent
public static interface DefaultPlaybackCompletionEvent.Builder extends PlaybackCompletionEvent.Builder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DefaultPlaybackCompletionEventbuild()-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.lexruntimev2.model.PlaybackCompletionEvent.Builder
clientTimestampMillis, eventId
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
build
DefaultPlaybackCompletionEvent build()
- Specified by:
buildin interfaceBuildable- Specified by:
buildin interfaceSdkBuilder<PlaybackCompletionEvent.Builder,PlaybackCompletionEvent>
-
-