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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MedicalScribeChannelDefinition.BuilderchannelId(Integer channelId)Specify the audio channel you want to define.MedicalScribeChannelDefinition.BuilderparticipantRole(String participantRole)Specify the participant that you want to flag.MedicalScribeChannelDefinition.BuilderparticipantRole(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 Detail
-
channelId
MedicalScribeChannelDefinition.Builder channelId(Integer 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
MedicalScribeChannelDefinition.Builder participantRole(String participantRole)
Specify the participant that you want to flag. The allowed options are
CLINICIANandPATIENT.- Parameters:
participantRole- Specify the participant that you want to flag. The allowed options areCLINICIANandPATIENT.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MedicalScribeParticipantRole,MedicalScribeParticipantRole
-
participantRole
MedicalScribeChannelDefinition.Builder participantRole(MedicalScribeParticipantRole participantRole)
Specify the participant that you want to flag. The allowed options are
CLINICIANandPATIENT.- Parameters:
participantRole- Specify the participant that you want to flag. The allowed options areCLINICIANandPATIENT.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MedicalScribeParticipantRole,MedicalScribeParticipantRole
-
-