Interface InputDataConfig.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<InputDataConfig.Builder,InputDataConfig>,SdkBuilder<InputDataConfig.Builder,InputDataConfig>,SdkPojo
- Enclosing class:
- InputDataConfig
public static interface InputDataConfig.Builder extends SdkPojo, CopyableBuilder<InputDataConfig.Builder,InputDataConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InputDataConfig.Builders3Uri(String s3Uri)The S3Uri is 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
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
s3Uri
InputDataConfig.Builder s3Uri(String s3Uri)
The S3Uri is the user specified S3 location of the FHIR data to be imported into AWS HealthLake.
- Parameters:
s3Uri- The S3Uri is 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.
-
-