Interface MedicalScribeConfigurationEvent.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<MedicalScribeConfigurationEvent.Builder,,MedicalScribeConfigurationEvent> SdkBuilder<MedicalScribeConfigurationEvent.Builder,,MedicalScribeConfigurationEvent> SdkPojo
- All Known Subinterfaces:
DefaultConfigurationEvent.Builder
- Enclosing class:
MedicalScribeConfigurationEvent
-
Method Summary
Modifier and TypeMethodDescriptionchannelDefinitions(Collection<MedicalScribeChannelDefinition> channelDefinitions) Channel definitions for the audio streamchannelDefinitions(Consumer<MedicalScribeChannelDefinition.Builder>... channelDefinitions) Channel definitions for the audio streamchannelDefinitions(MedicalScribeChannelDefinition... channelDefinitions) Channel definitions for the audio streamencounterContext(Consumer<EncounterContext.Builder> encounterContext) Context information about the clinical encounterencounterContext(EncounterContext encounterContext) Context information about the clinical encounterpostStreamActionSettings(Consumer<MedicalScribePostStreamActionSettings.Builder> postStreamActionSettings) Settings for actions to perform after the stream endspostStreamActionSettings(MedicalScribePostStreamActionSettings postStreamActionSettings) Settings for actions to perform after the stream endsMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
postStreamActionSettings
MedicalScribeConfigurationEvent.Builder postStreamActionSettings(MedicalScribePostStreamActionSettings postStreamActionSettings) Settings for actions to perform after the stream ends
- Parameters:
postStreamActionSettings- Settings for actions to perform after the stream ends- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
postStreamActionSettings
default MedicalScribeConfigurationEvent.Builder postStreamActionSettings(Consumer<MedicalScribePostStreamActionSettings.Builder> postStreamActionSettings) Settings for actions to perform after the stream ends
This is a convenience method that creates an instance of theMedicalScribePostStreamActionSettings.Builderavoiding the need to create one manually viaMedicalScribePostStreamActionSettings.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed topostStreamActionSettings(MedicalScribePostStreamActionSettings).- Parameters:
postStreamActionSettings- a consumer that will call methods onMedicalScribePostStreamActionSettings.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
channelDefinitions
MedicalScribeConfigurationEvent.Builder channelDefinitions(Collection<MedicalScribeChannelDefinition> channelDefinitions) Channel definitions for the audio stream
- Parameters:
channelDefinitions- Channel definitions for the audio stream- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
channelDefinitions
MedicalScribeConfigurationEvent.Builder channelDefinitions(MedicalScribeChannelDefinition... channelDefinitions) Channel definitions for the audio stream
- Parameters:
channelDefinitions- Channel definitions for the audio stream- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
channelDefinitions
MedicalScribeConfigurationEvent.Builder channelDefinitions(Consumer<MedicalScribeChannelDefinition.Builder>... channelDefinitions) Channel definitions for the audio stream
This is a convenience method that creates an instance of theMedicalScribeChannelDefinition.Builderavoiding the need to create one manually viaMedicalScribeChannelDefinition.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tochannelDefinitions(List<MedicalScribeChannelDefinition>).- Parameters:
channelDefinitions- a consumer that will call methods onMedicalScribeChannelDefinition.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
encounterContext
Context information about the clinical encounter
- Parameters:
encounterContext- Context information about the clinical encounter- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
encounterContext
default MedicalScribeConfigurationEvent.Builder encounterContext(Consumer<EncounterContext.Builder> encounterContext) Context information about the clinical encounter
This is a convenience method that creates an instance of theEncounterContext.Builderavoiding the need to create one manually viaEncounterContext.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toencounterContext(EncounterContext).- Parameters:
encounterContext- a consumer that will call methods onEncounterContext.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-