Interface ListFhirImportJobsResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<ListFhirImportJobsResponse.Builder,ListFhirImportJobsResponse>, HealthLakeResponse.Builder, SdkBuilder<ListFhirImportJobsResponse.Builder,ListFhirImportJobsResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
ListFhirImportJobsResponse

public static interface ListFhirImportJobsResponse.Builder extends HealthLakeResponse.Builder, SdkPojo, CopyableBuilder<ListFhirImportJobsResponse.Builder,ListFhirImportJobsResponse>
  • Method Details

    • importJobPropertiesList

      ListFhirImportJobsResponse.Builder importJobPropertiesList(Collection<ImportJobProperties> importJobPropertiesList)

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

      Parameters:
      importJobPropertiesList - The properties of a listed FHIR import jobs, including the ID, ARN, name, the status of the job, and the progress report 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, the status of the job, and the progress report of the job.

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

      ListFhirImportJobsResponse.Builder importJobPropertiesList(Consumer<ImportJobProperties.Builder>... importJobPropertiesList)

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

      This is a convenience method that creates an instance of the ImportJobProperties.Builder avoiding the need to create one manually via ImportJobProperties.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to importJobPropertiesList(List<ImportJobProperties>).

      Parameters:
      importJobPropertiesList - a consumer that will call methods on ImportJobProperties.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.