Interface ListFhirExportJobsRequest.Builder

    • Method Detail

      • datastoreId

        ListFhirExportJobsRequest.Builder datastoreId​(String datastoreId)

        This parameter limits the response to the export job with the specified data store ID.

        Parameters:
        datastoreId - This parameter limits the response to the export job with the specified data store ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListFhirExportJobsRequest.Builder nextToken​(String nextToken)

        A pagination token used to identify the next page of results to return for a ListFHIRExportJobs query.

        Parameters:
        nextToken - A pagination token used to identify the next page of results to return for a ListFHIRExportJobs query.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListFhirExportJobsRequest.Builder maxResults​(Integer maxResults)

        This parameter limits the number of results returned for a ListFHIRExportJobs to a maximum quantity specified by the user.

        Parameters:
        maxResults - This parameter limits the number of results returned for a ListFHIRExportJobs to a maximum quantity specified by the user.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • jobName

        ListFhirExportJobsRequest.Builder jobName​(String jobName)

        This parameter limits the response to the export job with the specified job name.

        Parameters:
        jobName - This parameter limits the response to the export job with the specified job name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • jobStatus

        ListFhirExportJobsRequest.Builder jobStatus​(String jobStatus)

        This parameter limits the response to the export jobs with the specified job status.

        Parameters:
        jobStatus - This parameter limits the response to the export jobs with the specified job status.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        JobStatus, JobStatus
      • jobStatus

        ListFhirExportJobsRequest.Builder jobStatus​(JobStatus jobStatus)

        This parameter limits the response to the export jobs with the specified job status.

        Parameters:
        jobStatus - This parameter limits the response to the export jobs with the specified job status.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        JobStatus, JobStatus
      • submittedBefore

        ListFhirExportJobsRequest.Builder submittedBefore​(Instant submittedBefore)

        This parameter limits the response to FHIR export jobs submitted before a user specified date.

        Parameters:
        submittedBefore - This parameter limits the response to FHIR export jobs submitted before a user specified date.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • submittedAfter

        ListFhirExportJobsRequest.Builder submittedAfter​(Instant submittedAfter)

        This parameter limits the response to FHIR export jobs submitted after a user specified date.

        Parameters:
        submittedAfter - This parameter limits the response to FHIR export jobs submitted after a user specified date.
        Returns:
        Returns a reference to this object so that method calls can be chained together.