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.
|
default ImportJobProperties.Builder |
jobOutputDataConfig(Consumer<OutputDataConfig.Builder> jobOutputDataConfig)
Sets the value of the JobOutputDataConfig property for this object.
|
ImportJobProperties.Builder |
jobOutputDataConfig(OutputDataConfig jobOutputDataConfig)
Sets the value of the JobOutputDataConfig property for this object.
|
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 method 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 jobOutputDataConfig(OutputDataConfig jobOutputDataConfig)
jobOutputDataConfig - The new value for the JobOutputDataConfig property for this object.default ImportJobProperties.Builder jobOutputDataConfig(Consumer<OutputDataConfig.Builder> jobOutputDataConfig)
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).
jobOutputDataConfig - a consumer that will call methods on OutputDataConfig.BuilderjobOutputDataConfig(OutputDataConfig)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 © 2023. All rights reserved.