Interface InputDataConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<InputDataConfig.Builder,,InputDataConfig> SdkBuilder<InputDataConfig.Builder,,InputDataConfig> SdkPojo
- Enclosing class:
InputDataConfig
@Mutable
@NotThreadSafe
public static interface InputDataConfig.Builder
extends SdkPojo, CopyableBuilder<InputDataConfig.Builder,InputDataConfig>
-
Method Summary
Modifier and TypeMethodDescriptiondefault InputDataConfig.BuilderfhirServer(Consumer<FHIRServer.Builder> fhirServer) FHIR server configuration to retrieve patient data.fhirServer(FHIRServer fhirServer) FHIR server configuration to retrieve patient data.s3Sources(Collection<S3Source> s3Sources) List of S3 sources containing patient data.s3Sources(Consumer<S3Source.Builder>... s3Sources) List of S3 sources containing patient data.List of S3 sources containing patient data.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
-
fhirServer
FHIR server configuration to retrieve patient data.
- Parameters:
fhirServer- FHIR server configuration to retrieve patient data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fhirServer
FHIR server configuration to retrieve patient data.
This is a convenience method that creates an instance of theFHIRServer.Builderavoiding the need to create one manually viaFHIRServer.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofhirServer(FHIRServer).- Parameters:
fhirServer- a consumer that will call methods onFHIRServer.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
s3Sources
List of S3 sources containing patient data.
- Parameters:
s3Sources- List of S3 sources containing patient data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3Sources
List of S3 sources containing patient data.
- Parameters:
s3Sources- List of S3 sources containing patient data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3Sources
List of S3 sources containing patient data.
This is a convenience method that creates an instance of theS3Source.Builderavoiding the need to create one manually viaS3Source.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tos3Sources(List<S3Source>).- Parameters:
s3Sources- a consumer that will call methods onS3Source.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-