public static interface StartFhirExportJobResponse.Builder extends HealthLakeResponse.Builder, SdkPojo, CopyableBuilder<StartFhirExportJobResponse.Builder,StartFhirExportJobResponse>
| Modifier and Type | Method and Description |
|---|---|
StartFhirExportJobResponse.Builder |
datastoreId(String datastoreId)
The AWS generated ID for the Data Store from which files are being exported for an export job.
|
StartFhirExportJobResponse.Builder |
jobId(String jobId)
The AWS generated ID for an export job.
|
StartFhirExportJobResponse.Builder |
jobStatus(JobStatus jobStatus)
The status of a FHIR export job.
|
StartFhirExportJobResponse.Builder |
jobStatus(String jobStatus)
The status of a FHIR export job.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartFhirExportJobResponse.Builder jobId(String jobId)
The AWS generated ID for an export job.
jobId - The AWS generated ID for an export job.StartFhirExportJobResponse.Builder jobStatus(String jobStatus)
The status of a FHIR export job. Possible statuses are SUBMITTED, IN_PROGRESS, COMPLETED, or FAILED.
StartFhirExportJobResponse.Builder jobStatus(JobStatus jobStatus)
The status of a FHIR export job. Possible statuses are SUBMITTED, IN_PROGRESS, COMPLETED, or FAILED.
StartFhirExportJobResponse.Builder datastoreId(String datastoreId)
The AWS generated ID for the Data Store from which files are being exported for an export job.
datastoreId - The AWS generated ID for the Data Store from which files are being exported for an export job.Copyright © 2023. All rights reserved.