Interface ImportJobProperties.Builder

  • Method Details

    • jobId

      The AWS-generated id number for the Import job.

      Parameters:
      jobId - The AWS-generated id number for the Import job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • jobName

      The user-generated name for an Import job.

      Parameters:
      jobName - The user-generated name for an Import job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • jobStatus

      ImportJobProperties.Builder jobStatus(String jobStatus)

      The job status for an Import job. Possible statuses are SUBMITTED, IN_PROGRESS, COMPLETED_WITH_ERRORS, COMPLETED, FAILED.

      Parameters:
      jobStatus - The job status for an Import job. Possible statuses are SUBMITTED, IN_PROGRESS, COMPLETED_WITH_ERRORS, COMPLETED, FAILED.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • jobStatus

      ImportJobProperties.Builder jobStatus(JobStatus jobStatus)

      The job status for an Import job. Possible statuses are SUBMITTED, IN_PROGRESS, COMPLETED_WITH_ERRORS, COMPLETED, FAILED.

      Parameters:
      jobStatus - The job status for an Import job. Possible statuses are SUBMITTED, IN_PROGRESS, COMPLETED_WITH_ERRORS, COMPLETED, FAILED.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • submitTime

      ImportJobProperties.Builder submitTime(Instant submitTime)

      The time that the Import job was submitted for processing.

      Parameters:
      submitTime - The time that the Import job was submitted for processing.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • endTime

      The time that the Import job was completed.

      Parameters:
      endTime - The time that the Import job was completed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • datastoreId

      ImportJobProperties.Builder datastoreId(String datastoreId)

      The datastore id used when the Import job was created.

      Parameters:
      datastoreId - The datastore id used when the Import job was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • inputDataConfig

      ImportJobProperties.Builder inputDataConfig(InputDataConfig inputDataConfig)

      The input data configuration that was supplied when the Import job was created.

      Parameters:
      inputDataConfig - The input data configuration that was supplied when the Import job was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • inputDataConfig

      default ImportJobProperties.Builder inputDataConfig(Consumer<InputDataConfig.Builder> inputDataConfig)

      The input data configuration that was supplied when the Import job was created.

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

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to inputDataConfig(InputDataConfig).

      Parameters:
      inputDataConfig - a consumer that will call methods on InputDataConfig.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • jobOutputDataConfig

      ImportJobProperties.Builder jobOutputDataConfig(OutputDataConfig jobOutputDataConfig)
      Sets the value of the JobOutputDataConfig property for this object.
      Parameters:
      jobOutputDataConfig - The new value for the JobOutputDataConfig property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • jobOutputDataConfig

      default ImportJobProperties.Builder jobOutputDataConfig(Consumer<OutputDataConfig.Builder> jobOutputDataConfig)
      Sets the value of the JobOutputDataConfig property for this object. This is a convenience method that creates an instance of the OutputDataConfig.Builder avoiding the need to create one manually via OutputDataConfig.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to jobOutputDataConfig(OutputDataConfig).

      Parameters:
      jobOutputDataConfig - a consumer that will call methods on OutputDataConfig.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • jobProgressReport

      ImportJobProperties.Builder jobProgressReport(JobProgressReport jobProgressReport)

      Displays the progress of the import job, including total resources scanned, total resources ingested, and total size of data ingested.

      Parameters:
      jobProgressReport - Displays the progress of the import job, including total resources scanned, total resources ingested, and total size of data ingested.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • jobProgressReport

      default ImportJobProperties.Builder jobProgressReport(Consumer<JobProgressReport.Builder> jobProgressReport)

      Displays the progress of the import job, including total resources scanned, total resources ingested, and total size of data ingested.

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

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to jobProgressReport(JobProgressReport).

      Parameters:
      jobProgressReport - a consumer that will call methods on JobProgressReport.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • dataAccessRoleArn

      ImportJobProperties.Builder dataAccessRoleArn(String dataAccessRoleArn)

      The Amazon Resource Name (ARN) that gives AWS HealthLake access to your input data.

      Parameters:
      dataAccessRoleArn - The Amazon Resource Name (ARN) that gives AWS HealthLake access to your input data.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • message

      An explanation of any errors that may have occurred during the FHIR import job.

      Parameters:
      message - An explanation of any errors that may have occurred during the FHIR import job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.