Class DefaultConfigurationEvent
java.lang.Object
software.amazon.awssdk.services.transcribestreaming.model.MedicalScribeConfigurationEvent
software.amazon.awssdk.services.transcribestreaming.model.medicalscribeinputstream.DefaultConfigurationEvent
- All Implemented Interfaces:
Serializable
,SdkPojo
,MedicalScribeInputStream
,ToCopyableBuilder<MedicalScribeConfigurationEvent.Builder,
MedicalScribeConfigurationEvent>
@Generated("software.amazon.awssdk:codegen")
public final class DefaultConfigurationEvent
extends MedicalScribeConfigurationEvent
A specialization of
software.amazon.awssdk.services.transcribestreaming.model.MedicalScribeConfigurationEvent
that represents the MedicalScribeInputStream$ConfigurationEvent
event. Do not use this class directly.
Instead, use the static builder methods on
MedicalScribeInputStream
.- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface software.amazon.awssdk.services.transcribestreaming.model.MedicalScribeInputStream
MedicalScribeInputStream.EventType
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The type of this event.Take this object and create a builder that contains all of the current property values of this object.Methods inherited from class software.amazon.awssdk.services.transcribestreaming.model.MedicalScribeConfigurationEvent
channelDefinitions, copy, encryptionSettings, equals, equalsBySdkFields, getValueForField, hasChannelDefinitions, hashCode, postStreamAnalyticsSettings, resourceAccessRoleArn, sdkFieldNameToField, sdkFields, serializableBuilderClass, toString, vocabularyFilterMethod, vocabularyFilterMethodAsString, vocabularyFilterName, vocabularyName
-
Method Details
-
toBuilder
Description copied from interface:ToCopyableBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToCopyableBuilder<MedicalScribeConfigurationEvent.Builder,
MedicalScribeConfigurationEvent> - Overrides:
toBuilder
in classMedicalScribeConfigurationEvent
- Returns:
- a builder for type T
-
builder
-
sdkEventType
Description copied from interface:MedicalScribeInputStream
The type of this event. Corresponds to the:event-type
header on the Message.
-