Interface ListFhirImportJobsResponse.Builder

    • Method Detail

      • importJobPropertiesList

        ListFhirImportJobsResponse.Builder importJobPropertiesList​(Collection<ImportJobProperties> importJobPropertiesList)

        The properties of a listed FHIR import jobs, including the ID, ARN, name, and the status of the job.

        Parameters:
        importJobPropertiesList - The properties of a listed FHIR import jobs, including the ID, ARN, name, and the status of the job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • importJobPropertiesList

        ListFhirImportJobsResponse.Builder importJobPropertiesList​(ImportJobProperties... importJobPropertiesList)

        The properties of a listed FHIR import jobs, including the ID, ARN, name, and the status of the job.

        Parameters:
        importJobPropertiesList - The properties of a listed FHIR import jobs, including the ID, ARN, name, and the status of the job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

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