@Generated(value="software.amazon.awssdk:codegen") public final class ImportJobProperties extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ImportJobProperties.Builder,ImportJobProperties>
Displays the properties of the import job, including the ID, Arn, Name, and the status of the Data Store.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ImportJobProperties.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ImportJobProperties.Builder |
builder() |
String |
dataAccessRoleArn()
The Amazon Resource Name (ARN) that gives Amazon HealthLake access to your input data.
|
String |
datastoreId()
The datastore id used when the Import job was created.
|
Instant |
endTime()
The time that the Import job was completed.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
InputDataConfig |
inputDataConfig()
The input data configuration that was supplied when the Import job was created.
|
String |
jobId()
The AWS-generated id number for the Import job.
|
String |
jobName()
The user-generated name for an Import job.
|
OutputDataConfig |
jobOutputDataConfig()
Returns the value of the JobOutputDataConfig property for this object.
|
JobStatus |
jobStatus()
The job status for an Import job.
|
String |
jobStatusAsString()
The job status for an Import job.
|
String |
message()
An explanation of any errors that may have occurred during the FHIR import job.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ImportJobProperties.Builder> |
serializableBuilderClass() |
Instant |
submitTime()
The time that the Import job was submitted for processing.
|
ImportJobProperties.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String jobId()
The AWS-generated id number for the Import job.
public final String jobName()
The user-generated name for an Import job.
public final JobStatus jobStatus()
The job status for an Import job. Possible statuses are SUBMITTED, IN_PROGRESS, COMPLETED, FAILED.
If the service returns an enum value that is not available in the current SDK version, jobStatus will
return JobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
jobStatusAsString().
JobStatuspublic final String jobStatusAsString()
The job status for an Import job. Possible statuses are SUBMITTED, IN_PROGRESS, COMPLETED, FAILED.
If the service returns an enum value that is not available in the current SDK version, jobStatus will
return JobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
jobStatusAsString().
JobStatuspublic final Instant submitTime()
The time that the Import job was submitted for processing.
public final Instant endTime()
The time that the Import job was completed.
public final String datastoreId()
The datastore id used when the Import job was created.
public final InputDataConfig inputDataConfig()
The input data configuration that was supplied when the Import job was created.
public final OutputDataConfig jobOutputDataConfig()
public final String dataAccessRoleArn()
The Amazon Resource Name (ARN) that gives Amazon HealthLake access to your input data.
public final String message()
An explanation of any errors that may have occurred during the FHIR import job.
public ImportJobProperties.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ImportJobProperties.Builder,ImportJobProperties>public static ImportJobProperties.Builder builder()
public static Class<? extends ImportJobProperties.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.