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 TypeMethodDescriptionTheS3Uriis the user-specified S3 location of the FHIR data to be imported into AWS HealthLake.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
-
s3Uri
The
S3Uriis the user-specified S3 location of the FHIR data to be imported into AWS HealthLake.- Parameters:
s3Uri- TheS3Uriis the user-specified S3 location of the FHIR data to be imported into AWS HealthLake.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-