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 TypeMethodDescriptionThe channel identifierparticipantRole(String participantRole) The role of the participant on this channelparticipantRole(MedicalScribeParticipantRole participantRole) The role of the participant on this channelMethods 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
-
channelId
The channel identifier
- Parameters:
channelId- The channel identifier- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
participantRole
The role of the participant on this channel
- Parameters:
participantRole- The role of the participant on this channel- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
participantRole
MedicalScribeChannelDefinition.Builder participantRole(MedicalScribeParticipantRole participantRole) The role of the participant on this channel
- Parameters:
participantRole- The role of the participant on this channel- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-