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 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

      StartFhirExportJobResponse.Builder datastoreId(String 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.