Interface PatientInsightsEncounterContext.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<PatientInsightsEncounterContext.Builder,,PatientInsightsEncounterContext> SdkBuilder<PatientInsightsEncounterContext.Builder,,PatientInsightsEncounterContext> SdkPojo
- Enclosing class:
PatientInsightsEncounterContext
@Mutable
@NotThreadSafe
public static interface PatientInsightsEncounterContext.Builder
extends SdkPojo, CopyableBuilder<PatientInsightsEncounterContext.Builder,PatientInsightsEncounterContext>
-
Method Summary
Modifier and TypeMethodDescriptionencounterReason(String encounterReason) Chief complaint for the visitMethods 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
-
encounterReason
Chief complaint for the visit
- Parameters:
encounterReason- Chief complaint for the visit- Returns:
- Returns a reference to this object so that method calls can be chained together.
-