Uses of Interface
software.amazon.awssdk.services.healthlake.model.OutputDataConfig.Builder
-
Packages that use OutputDataConfig.Builder Package Description software.amazon.awssdk.services.healthlake.model -
-
Uses of OutputDataConfig.Builder in software.amazon.awssdk.services.healthlake.model
Methods in software.amazon.awssdk.services.healthlake.model that return OutputDataConfig.Builder Modifier and Type Method Description static OutputDataConfig.BuilderOutputDataConfig. builder()default OutputDataConfig.BuilderOutputDataConfig.Builder. s3Configuration(Consumer<S3Configuration.Builder> s3Configuration)The output data configuration that was supplied when the export job was created.OutputDataConfig.BuilderOutputDataConfig.Builder. s3Configuration(S3Configuration s3Configuration)The output data configuration that was supplied when the export job was created.OutputDataConfig.BuilderOutputDataConfig. toBuilder()Methods in software.amazon.awssdk.services.healthlake.model that return types with arguments of type OutputDataConfig.Builder Modifier and Type Method Description static Class<? extends OutputDataConfig.Builder>OutputDataConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.healthlake.model with type arguments of type OutputDataConfig.Builder Modifier and Type Method Description default ImportJobProperties.BuilderImportJobProperties.Builder. jobOutputDataConfig(Consumer<OutputDataConfig.Builder> jobOutputDataConfig)Sets the value of the JobOutputDataConfig property for this object.default StartFhirImportJobRequest.BuilderStartFhirImportJobRequest.Builder. jobOutputDataConfig(Consumer<OutputDataConfig.Builder> jobOutputDataConfig)Sets the value of the JobOutputDataConfig property for this object.default ExportJobProperties.BuilderExportJobProperties.Builder. outputDataConfig(Consumer<OutputDataConfig.Builder> outputDataConfig)The output data configuration that was supplied when the export job was created.default StartFhirExportJobRequest.BuilderStartFhirExportJobRequest.Builder. outputDataConfig(Consumer<OutputDataConfig.Builder> outputDataConfig)The output data configuration that was supplied when the export job was created.
-