Interface S3Configuration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<S3Configuration.Builder,S3Configuration>,SdkBuilder<S3Configuration.Builder,S3Configuration>,SdkPojo
- Enclosing class:
- S3Configuration
public static interface S3Configuration.Builder extends SdkPojo, CopyableBuilder<S3Configuration.Builder,S3Configuration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description S3Configuration.BuilderkmsKeyId(String kmsKeyId)The KMS key ID used to access the S3 bucket.S3Configuration.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
S3Configuration.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.
-
kmsKeyId
S3Configuration.Builder kmsKeyId(String kmsKeyId)
The KMS key ID used to access the S3 bucket.
- Parameters:
kmsKeyId- The KMS key ID used to access the S3 bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-