Interface S3Configuration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<S3Configuration.Builder,
,S3Configuration> SdkBuilder<S3Configuration.Builder,
,S3Configuration> SdkPojo
- Enclosing class:
S3Configuration
@Mutable
@NotThreadSafe
public static interface S3Configuration.Builder
extends SdkPojo, CopyableBuilder<S3Configuration.Builder,S3Configuration>
-
Method Summary
Modifier and TypeMethodDescriptionThe KMS key ID used to access the S3 bucket.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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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.
-