Interface StartSpeechSynthesisStreamActionStream
- All Known Implementing Classes:
CloseStreamEvent,DefaultCloseStreamEvent,DefaultTextEvent,TextEvent
@Generated("software.amazon.awssdk:codegen")
@SdkPublicApi
public interface StartSpeechSynthesisStreamActionStream
Base interface for all event types in StartSpeechSynthesisStreamActionStream.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumThe known possible types of events forStartSpeechSynthesisStreamActionStream. -
Method Summary
Modifier and TypeMethodDescriptionstatic CloseStreamEvent.BuilderCreate a builder for theCloseStreamEventevent type for this stream.The type of this event.static TextEvent.BuilderCreate a builder for theTextEventevent type for this stream.
-
Method Details
-
textEventBuilder
Create a builder for theTextEventevent type for this stream. -
closeStreamEventBuilder
Create a builder for theCloseStreamEventevent type for this stream. -
sdkEventType
The type of this event. Corresponds to the:event-typeheader on the Message.
-