Interface StartFhirExportJobResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<StartFhirExportJobResponse.Builder,
,StartFhirExportJobResponse> HealthLakeResponse.Builder
,SdkBuilder<StartFhirExportJobResponse.Builder,
,StartFhirExportJobResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
StartFhirExportJobResponse
public static interface StartFhirExportJobResponse.Builder
extends HealthLakeResponse.Builder, SdkPojo, CopyableBuilder<StartFhirExportJobResponse.Builder,StartFhirExportJobResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondatastoreId
(String datastoreId) The AWS generated ID for the data store from which files are being exported for an export job.The AWS generated ID for an export job.The status of a FHIR export job.The status of a FHIR export job.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.healthlake.model.HealthLakeResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
jobId
The AWS generated ID for an export job.
- Parameters:
jobId
- The AWS generated ID for an export job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobStatus
The status of a FHIR export job. Possible statuses are SUBMITTED, IN_PROGRESS, COMPLETED, or FAILED.
- Parameters:
jobStatus
- The status of a FHIR export job. Possible statuses are SUBMITTED, IN_PROGRESS, COMPLETED, or FAILED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
jobStatus
The status of a FHIR export job. Possible statuses are SUBMITTED, IN_PROGRESS, COMPLETED, or FAILED.
- Parameters:
jobStatus
- The status of a FHIR export job. Possible statuses are SUBMITTED, IN_PROGRESS, COMPLETED, or FAILED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
datastoreId
The AWS generated ID for the data store from which files are being exported for an export job.
- Parameters:
datastoreId
- The AWS generated ID for the data store from which files are being exported for an export job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-