Interface MedicalScribeInputStream
-
- All Known Implementing Classes:
DefaultAudioEvent,DefaultConfigurationEvent,DefaultSessionControlEvent,MedicalScribeAudioEvent,MedicalScribeConfigurationEvent,MedicalScribeSessionControlEvent
@Generated("software.amazon.awssdk:codegen") public interface MedicalScribeInputStream
Base interface for all event types in MedicalScribeInputStream.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMedicalScribeInputStream.EventTypeThe known possible types of events forMedicalScribeInputStream.
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static MedicalScribeAudioEvent.BuilderaudioEventBuilder()Create a builder for theAudioEventevent type for this stream.static MedicalScribeConfigurationEvent.BuilderconfigurationEventBuilder()Create a builder for theConfigurationEventevent type for this stream.default MedicalScribeInputStream.EventTypesdkEventType()The type of this event.static MedicalScribeSessionControlEvent.BuildersessionControlEventBuilder()Create a builder for theSessionControlEventevent type for this stream.
-
-
-
Method Detail
-
audioEventBuilder
static MedicalScribeAudioEvent.Builder audioEventBuilder()
Create a builder for theAudioEventevent type for this stream.
-
sessionControlEventBuilder
static MedicalScribeSessionControlEvent.Builder sessionControlEventBuilder()
Create a builder for theSessionControlEventevent type for this stream.
-
configurationEventBuilder
static MedicalScribeConfigurationEvent.Builder configurationEventBuilder()
Create a builder for theConfigurationEventevent type for this stream.
-
sdkEventType
default MedicalScribeInputStream.EventType sdkEventType()
The type of this event. Corresponds to the:event-typeheader on the Message.
-
-