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>
@SdkInternalApi
@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, medicalScribeContext, postStreamAnalyticsSettings, resourceAccessRoleArn, sdkFieldNameToField, sdkFields, serializableBuilderClass, toString, vocabularyFilterMethod, vocabularyFilterMethodAsString, vocabularyFilterName, vocabularyName
-
Method Details
-
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<MedicalScribeConfigurationEvent.Builder,MedicalScribeConfigurationEvent> - Overrides:
toBuilderin classMedicalScribeConfigurationEvent- Returns:
- a builder for type T
-
builder
-
sdkEventType
Description copied from interface:MedicalScribeInputStreamThe type of this event. Corresponds to the:event-typeheader on the Message.
-