Interface ImportJobProperties.Builder

  • Method Details

    • jobId

      The import job identifier.

      Parameters:
      jobId - The import job identifier.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • jobName

      The import job name.

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

      ImportJobProperties.Builder jobStatus(String jobStatus)

      The import job status.

      Parameters:
      jobStatus - The import job status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • jobStatus

      ImportJobProperties.Builder jobStatus(JobStatus jobStatus)

      The import job status.

      Parameters:
      jobStatus - The import job status.
      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 the import job was submitted for processing.

      Parameters:
      submitTime - The time 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 the import job was completed.

      Parameters:
      endTime - The time 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 data store identifier.

      Parameters:
      datastoreId - The data store identifier.
      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 supplied when the import job was created.

      Parameters:
      inputDataConfig - The input data configuration 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 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 imported, and total size of data imported.

      Parameters:
      jobProgressReport - Displays the progress of the import job, including total resources scanned, total resources imported, and total size of data imported.
      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 imported, and total size of data imported.

      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 grants AWS HealthLake access to the input data.

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

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

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

      ImportJobProperties.Builder validationLevel(String validationLevel)

      The validation level of the import job.

      Parameters:
      validationLevel - The validation level of the import job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • validationLevel

      ImportJobProperties.Builder validationLevel(ValidationLevel validationLevel)

      The validation level of the import job.

      Parameters:
      validationLevel - The validation level of the import job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: