Interface ListFhirExportJobsResponse.Builder

    • Method Detail

      • exportJobPropertiesList

        ListFhirExportJobsResponse.Builder exportJobPropertiesList​(Collection<ExportJobProperties> exportJobPropertiesList)

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

        Parameters:
        exportJobPropertiesList - The properties of listed FHIR export 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.
      • exportJobPropertiesList

        ListFhirExportJobsResponse.Builder exportJobPropertiesList​(ExportJobProperties... exportJobPropertiesList)

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

        Parameters:
        exportJobPropertiesList - The properties of listed FHIR export 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

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