public static interface ImportJobProperties.Builder extends SdkPojo, CopyableBuilder<ImportJobProperties.Builder,ImportJobProperties>
| Modifier and Type | Method and Description |
|---|---|
ImportJobProperties.Builder |
dataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) that gives Amazon HealthLake access to your input data.
|
ImportJobProperties.Builder |
datastoreId(String datastoreId)
The datastore id used when the Import job was created.
|
ImportJobProperties.Builder |
endTime(Instant endTime)
The time that the Import job was completed.
|
default ImportJobProperties.Builder |
inputDataConfig(Consumer<InputDataConfig.Builder> inputDataConfig)
The input data configuration that was supplied when the Import job was created.
|
ImportJobProperties.Builder |
inputDataConfig(InputDataConfig inputDataConfig)
The input data configuration that was supplied when the Import job was created.
|
ImportJobProperties.Builder |
jobId(String jobId)
The AWS-generated id number for the Import job.
|
ImportJobProperties.Builder |
jobName(String jobName)
The user-generated name for an Import job.
|
ImportJobProperties.Builder |
jobStatus(JobStatus jobStatus)
The job status for an Import job.
|
ImportJobProperties.Builder |
jobStatus(String jobStatus)
The job status for an Import job.
|
ImportJobProperties.Builder |
message(String message)
An explanation of any errors that may have occurred during the FHIR import job.
|
ImportJobProperties.Builder |
submitTime(Instant submitTime)
The time that the Import job was submitted for processing.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildImportJobProperties.Builder jobId(String jobId)
The AWS-generated id number for the Import job.
jobId - The AWS-generated id number for the Import job.ImportJobProperties.Builder jobName(String jobName)
The user-generated name for an Import job.
jobName - The user-generated name for an Import job.ImportJobProperties.Builder jobStatus(String jobStatus)
The job status for an Import job. Possible statuses are SUBMITTED, IN_PROGRESS, COMPLETED, FAILED.
ImportJobProperties.Builder jobStatus(JobStatus jobStatus)
The job status for an Import job. Possible statuses are SUBMITTED, IN_PROGRESS, COMPLETED, FAILED.
ImportJobProperties.Builder submitTime(Instant submitTime)
The time that the Import job was submitted for processing.
submitTime - The time that the Import job was submitted for processing.ImportJobProperties.Builder endTime(Instant endTime)
The time that the Import job was completed.
endTime - The time that the Import job was completed.ImportJobProperties.Builder datastoreId(String datastoreId)
The datastore id used when the Import job was created.
datastoreId - The datastore id used when the Import job was created.ImportJobProperties.Builder inputDataConfig(InputDataConfig inputDataConfig)
The input data configuration that was supplied when the Import job was created.
inputDataConfig - The input data configuration that was supplied when the Import job was created.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 that creates an instance of theInputDataConfig.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).inputDataConfig - a consumer that will call methods on InputDataConfig.BuilderinputDataConfig(InputDataConfig)ImportJobProperties.Builder dataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) that gives Amazon HealthLake access to your input data.
dataAccessRoleArn - The Amazon Resource Name (ARN) that gives Amazon HealthLake access to your input data.ImportJobProperties.Builder message(String message)
An explanation of any errors that may have occurred during the FHIR import job.
message - An explanation of any errors that may have occurred during the FHIR import job.Copyright © 2021. All rights reserved.