Class DefaultConfigurationEvent
java.lang.Object
software.amazon.awssdk.services.connecthealth.model.MedicalScribeConfigurationEvent
software.amazon.awssdk.services.connecthealth.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.connecthealth.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.connecthealth.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.connecthealth.model.MedicalScribeConfigurationEvent
channelDefinitions, copy, encounterContext, equals, equalsBySdkFields, getValueForField, hasChannelDefinitions, hashCode, postStreamActionSettings, sdkFieldNameToField, sdkFields, serializableBuilderClass, toString
-
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.
-