Interface StartFhirExportJobResponse.Builder

    • Method Detail

      • jobId

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

        StartFhirExportJobResponse.Builder jobStatus​(String 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, JobStatus
      • jobStatus

        StartFhirExportJobResponse.Builder jobStatus​(JobStatus 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, JobStatus
      • 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.