Interface ListFhirImportJobsRequest.Builder

    • Method Detail

      • datastoreId

        ListFhirImportJobsRequest.Builder datastoreId​(String datastoreId)

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

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

        ListFhirImportJobsRequest.Builder nextToken​(String nextToken)

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

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

        ListFhirImportJobsRequest.Builder maxResults​(Integer maxResults)

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

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

        ListFhirImportJobsRequest.Builder jobName​(String jobName)

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

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

        ListFhirImportJobsRequest.Builder jobStatus​(String jobStatus)

        This parameter limits the response to the import job with the specified job status.

        Parameters:
        jobStatus - This parameter limits the response to the import job 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

        ListFhirImportJobsRequest.Builder jobStatus​(JobStatus jobStatus)

        This parameter limits the response to the import job with the specified job status.

        Parameters:
        jobStatus - This parameter limits the response to the import job 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

        ListFhirImportJobsRequest.Builder submittedBefore​(Instant submittedBefore)

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

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

        ListFhirImportJobsRequest.Builder submittedAfter​(Instant submittedAfter)

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

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