Interface MedicalScribePatientContext.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MedicalScribePatientContext.Builder,
,MedicalScribePatientContext> SdkBuilder<MedicalScribePatientContext.Builder,
,MedicalScribePatientContext> SdkPojo
- Enclosing class:
MedicalScribePatientContext
@Mutable
@NotThreadSafe
public static interface MedicalScribePatientContext.Builder
extends SdkPojo, CopyableBuilder<MedicalScribePatientContext.Builder,MedicalScribePatientContext>
-
Method Summary
Modifier and TypeMethodDescriptionThe patient's preferred pronouns that the user wants to provide as a context for clinical note generation.The patient's preferred pronouns that the user wants to provide as a context for clinical note generation.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
-
pronouns
The patient's preferred pronouns that the user wants to provide as a context for clinical note generation.
- Parameters:
pronouns
- The patient's preferred pronouns that the user wants to provide as a context for clinical note generation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
pronouns
The patient's preferred pronouns that the user wants to provide as a context for clinical note generation.
- Parameters:
pronouns
- The patient's preferred pronouns that the user wants to provide as a context for clinical note generation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-