Interface ImportJobProperties.Builder

    • Method Detail

      • jobId

        ImportJobProperties.Builder jobId​(String 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

        ImportJobProperties.Builder jobName​(String 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, JobStatus
      • 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:
        JobStatus, JobStatus
      • 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

        ImportJobProperties.Builder endTime​(Instant 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.
      • 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.
      • 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

        ImportJobProperties.Builder message​(String 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.