Interface PatientInsightsPatientContext.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<PatientInsightsPatientContext.Builder,,PatientInsightsPatientContext> SdkBuilder<PatientInsightsPatientContext.Builder,,PatientInsightsPatientContext> SdkPojo
- Enclosing class:
PatientInsightsPatientContext
@Mutable
@NotThreadSafe
public static interface PatientInsightsPatientContext.Builder
extends SdkPojo, CopyableBuilder<PatientInsightsPatientContext.Builder,PatientInsightsPatientContext>
-
Method Summary
Modifier and TypeMethodDescriptiondateOfBirth(String dateOfBirth) Date of birth of the patient.Unique identifier of the patientPronouns preferred by the patient.Pronouns preferred by the patient.Methods 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
-
patientId
Unique identifier of the patient
- Parameters:
patientId- Unique identifier of the patient- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dateOfBirth
Date of birth of the patient.
- Parameters:
dateOfBirth- Date of birth of the patient.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pronouns
Pronouns preferred by the patient.
- Parameters:
pronouns- Pronouns preferred by the patient.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
pronouns
Pronouns preferred by the patient.
- Parameters:
pronouns- Pronouns preferred by the patient.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-