Interface FHIRServer.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<FHIRServer.Builder,,FHIRServer> SdkBuilder<FHIRServer.Builder,,FHIRServer> SdkPojo
- Enclosing class:
FHIRServer
@Mutable
@NotThreadSafe
public static interface FHIRServer.Builder
extends SdkPojo, CopyableBuilder<FHIRServer.Builder,FHIRServer>
-
Method Summary
Modifier and TypeMethodDescriptionfhirEndpoint(String fhirEndpoint) FHIR server endpoint URL for accessing patient data.oauthToken(String oauthToken) OAuth token for authenticating with the FHIR server.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
-
fhirEndpoint
FHIR server endpoint URL for accessing patient data.
- Parameters:
fhirEndpoint- FHIR server endpoint URL for accessing patient data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
oauthToken
OAuth token for authenticating with the FHIR server.
- Parameters:
oauthToken- OAuth token for authenticating with the FHIR server.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-