public static interface DescribeFhirImportJobResponse.Builder extends HealthLakeResponse.Builder, SdkPojo, CopyableBuilder<DescribeFhirImportJobResponse.Builder,DescribeFhirImportJobResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeFhirImportJobResponse.Builder |
importJobProperties(Consumer<ImportJobProperties.Builder> importJobProperties)
The properties of the Import job request, including the ID, ARN, name, and the status of the job.
|
DescribeFhirImportJobResponse.Builder |
importJobProperties(ImportJobProperties importJobProperties)
The properties of the Import job request, including the ID, ARN, name, and the status of the job.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeFhirImportJobResponse.Builder importJobProperties(ImportJobProperties importJobProperties)
The properties of the Import job request, including the ID, ARN, name, and the status of the job.
importJobProperties - The properties of the Import job request, including the ID, ARN, name, and the status of the job.default DescribeFhirImportJobResponse.Builder importJobProperties(Consumer<ImportJobProperties.Builder> importJobProperties)
The properties of the Import job request, including the ID, ARN, name, and the status of the job.
This is a convenience method that creates an instance of theImportJobProperties.Builder avoiding the
need to create one manually via ImportJobProperties.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to importJobProperties(ImportJobProperties).
importJobProperties - a consumer that will call methods on ImportJobProperties.BuilderimportJobProperties(ImportJobProperties)Copyright © 2023. All rights reserved.