public static interface DescribeFhirExportJobResponse.Builder extends HealthLakeResponse.Builder, SdkPojo, CopyableBuilder<DescribeFhirExportJobResponse.Builder,DescribeFhirExportJobResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeFhirExportJobResponse.Builder |
exportJobProperties(Consumer<ExportJobProperties.Builder> exportJobProperties)
Displays the properties of the export job, including the ID, Arn, Name, and the status of the job.
|
DescribeFhirExportJobResponse.Builder |
exportJobProperties(ExportJobProperties exportJobProperties)
Displays the properties of the export job, including the ID, Arn, Name, and the status of the job.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeFhirExportJobResponse.Builder exportJobProperties(ExportJobProperties exportJobProperties)
Displays the properties of the export job, including the ID, Arn, Name, and the status of the job.
exportJobProperties - Displays the properties of the export job, including the ID, Arn, Name, and the status of the job.default DescribeFhirExportJobResponse.Builder exportJobProperties(Consumer<ExportJobProperties.Builder> exportJobProperties)
Displays the properties of the export job, including the ID, Arn, Name, and the status of the job.
This is a convenience method that creates an instance of theExportJobProperties.Builder avoiding the
need to create one manually via ExportJobProperties.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to exportJobProperties(ExportJobProperties).
exportJobProperties - a consumer that will call methods on ExportJobProperties.BuilderexportJobProperties(ExportJobProperties)Copyright © 2023. All rights reserved.