Class MedicalScribeSessionControlEvent.BuilderImpl
- java.lang.Object
-
- software.amazon.awssdk.services.transcribestreaming.model.MedicalScribeSessionControlEvent.BuilderImpl
-
- All Implemented Interfaces:
SdkPojo,MedicalScribeSessionControlEvent.Builder,Buildable,CopyableBuilder<MedicalScribeSessionControlEvent.Builder,MedicalScribeSessionControlEvent>,SdkBuilder<MedicalScribeSessionControlEvent.Builder,MedicalScribeSessionControlEvent>
- Enclosing class:
- MedicalScribeSessionControlEvent
protected static class MedicalScribeSessionControlEvent.BuilderImpl extends Object implements MedicalScribeSessionControlEvent.Builder
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBuilderImpl()protectedBuilderImpl(MedicalScribeSessionControlEvent model)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MedicalScribeSessionControlEventbuild()StringgetType()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()voidsetType(String type)MedicalScribeSessionControlEvent.Buildertype(String type)The type ofMedicalScribeSessionControlEvent.MedicalScribeSessionControlEvent.Buildertype(MedicalScribeSessionControlEventType type)The type ofMedicalScribeSessionControlEvent.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields
-
-
-
-
Constructor Detail
-
BuilderImpl
protected BuilderImpl()
-
BuilderImpl
protected BuilderImpl(MedicalScribeSessionControlEvent model)
-
-
Method Detail
-
getType
public final String getType()
-
setType
public final void setType(String type)
-
type
public final MedicalScribeSessionControlEvent.Builder type(String type)
Description copied from interface:MedicalScribeSessionControlEvent.BuilderThe type of
MedicalScribeSessionControlEvent.Possible Values:
-
END_OF_SESSION- Indicates the audio streaming is complete. After you send an END_OF_SESSION event, Amazon Web Services HealthScribe starts the post-stream analytics. The session can't be resumed after this event is sent. After Amazon Web Services HealthScribe processes the event, the real-timeStreamStatusisCOMPLETED. You get theStreamStatusand other stream details with the GetMedicalScribeStream API operation. For more information about different streaming statuses, see theStreamStatusdescription in the MedicalScribeStreamDetails.
- Specified by:
typein interfaceMedicalScribeSessionControlEvent.Builder- Parameters:
type- The type ofMedicalScribeSessionControlEvent.Possible Values:
-
END_OF_SESSION- Indicates the audio streaming is complete. After you send an END_OF_SESSION event, Amazon Web Services HealthScribe starts the post-stream analytics. The session can't be resumed after this event is sent. After Amazon Web Services HealthScribe processes the event, the real-timeStreamStatusisCOMPLETED. You get theStreamStatusand other stream details with the GetMedicalScribeStream API operation. For more information about different streaming statuses, see theStreamStatusdescription in the MedicalScribeStreamDetails.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MedicalScribeSessionControlEventType,MedicalScribeSessionControlEventType
-
-
type
public final MedicalScribeSessionControlEvent.Builder type(MedicalScribeSessionControlEventType type)
Description copied from interface:MedicalScribeSessionControlEvent.BuilderThe type of
MedicalScribeSessionControlEvent.Possible Values:
-
END_OF_SESSION- Indicates the audio streaming is complete. After you send an END_OF_SESSION event, Amazon Web Services HealthScribe starts the post-stream analytics. The session can't be resumed after this event is sent. After Amazon Web Services HealthScribe processes the event, the real-timeStreamStatusisCOMPLETED. You get theStreamStatusand other stream details with the GetMedicalScribeStream API operation. For more information about different streaming statuses, see theStreamStatusdescription in the MedicalScribeStreamDetails.
- Specified by:
typein interfaceMedicalScribeSessionControlEvent.Builder- Parameters:
type- The type ofMedicalScribeSessionControlEvent.Possible Values:
-
END_OF_SESSION- Indicates the audio streaming is complete. After you send an END_OF_SESSION event, Amazon Web Services HealthScribe starts the post-stream analytics. The session can't be resumed after this event is sent. After Amazon Web Services HealthScribe processes the event, the real-timeStreamStatusisCOMPLETED. You get theStreamStatusand other stream details with the GetMedicalScribeStream API operation. For more information about different streaming statuses, see theStreamStatusdescription in the MedicalScribeStreamDetails.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MedicalScribeSessionControlEventType,MedicalScribeSessionControlEventType
-
-
build
public MedicalScribeSessionControlEvent build()
- Specified by:
buildin interfaceBuildable- Specified by:
buildin interfaceSdkBuilder<MedicalScribeSessionControlEvent.Builder,MedicalScribeSessionControlEvent>
-
sdkFieldNameToField
public Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-