Interface StartFhirExportJobResponse.Builder

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