Interface MedicalScribeChannelDefinition.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MedicalScribeChannelDefinition.Builder,
,MedicalScribeChannelDefinition> SdkBuilder<MedicalScribeChannelDefinition.Builder,
,MedicalScribeChannelDefinition> SdkPojo
- Enclosing class:
MedicalScribeChannelDefinition
@Mutable
@NotThreadSafe
public static interface MedicalScribeChannelDefinition.Builder
extends SdkPojo, CopyableBuilder<MedicalScribeChannelDefinition.Builder,MedicalScribeChannelDefinition>
-
Method Summary
Modifier and TypeMethodDescriptionSpecify the audio channel you want to define.participantRole
(String participantRole) Specify the participant that you want to flag.participantRole
(MedicalScribeParticipantRole participantRole) Specify the participant that you want to flag.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
channelId
Specify the audio channel you want to define.
- Parameters:
channelId
- Specify the audio channel you want to define.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
participantRole
Specify the participant that you want to flag. The options are
CLINICIAN
andPATIENT
- Parameters:
participantRole
- Specify the participant that you want to flag. The options areCLINICIAN
andPATIENT
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
participantRole
MedicalScribeChannelDefinition.Builder participantRole(MedicalScribeParticipantRole participantRole) Specify the participant that you want to flag. The options are
CLINICIAN
andPATIENT
- Parameters:
participantRole
- Specify the participant that you want to flag. The options areCLINICIAN
andPATIENT
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-