Uses of Interface
software.amazon.awssdk.services.healthlake.model.S3Configuration.Builder
-
Packages that use S3Configuration.Builder Package Description software.amazon.awssdk.services.healthlake.model -
-
Uses of S3Configuration.Builder in software.amazon.awssdk.services.healthlake.model
Methods in software.amazon.awssdk.services.healthlake.model that return S3Configuration.Builder Modifier and Type Method Description static S3Configuration.BuilderS3Configuration. builder()S3Configuration.BuilderS3Configuration.Builder. kmsKeyId(String kmsKeyId)The KMS key ID used to access the S3 bucket.S3Configuration.BuilderS3Configuration.Builder. s3Uri(String s3Uri)The S3Uri is the user specified S3 location of the FHIR data to be imported into AWS HealthLake.S3Configuration.BuilderS3Configuration. toBuilder()Methods in software.amazon.awssdk.services.healthlake.model that return types with arguments of type S3Configuration.Builder Modifier and Type Method Description static Class<? extends S3Configuration.Builder>S3Configuration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.healthlake.model with type arguments of type S3Configuration.Builder Modifier and Type Method Description static OutputDataConfigOutputDataConfig. fromS3Configuration(Consumer<S3Configuration.Builder> s3Configuration)Create an instance of this class withOutputDataConfig.s3Configuration()initialized to the given value.default OutputDataConfig.BuilderOutputDataConfig.Builder. s3Configuration(Consumer<S3Configuration.Builder> s3Configuration)The output data configuration that was supplied when the export job was created.
-