@Generated(value="software.amazon.awssdk:codegen") public final class ExportJobProperties extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ExportJobProperties.Builder,ExportJobProperties>
The properties of a FHIR export job, including the ID, ARN, name, and the status of the job.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ExportJobProperties.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ExportJobProperties.Builder |
builder() |
String |
dataAccessRoleArn()
The Amazon Resource Name used during the initiation of the job.
|
String |
datastoreId()
The AWS generated ID for the Data Store from which files are being exported for an export job.
|
Instant |
endTime()
The time an export job completed.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
jobId()
The AWS generated ID for an export job.
|
String |
jobName()
The user generated name for an export job.
|
JobStatus |
jobStatus()
The status of a FHIR export job.
|
String |
jobStatusAsString()
The status of a FHIR export job.
|
String |
message()
An explanation of any errors that may have occurred during the export job.
|
OutputDataConfig |
outputDataConfig()
The output data configuration that was supplied when the export job was created.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ExportJobProperties.Builder> |
serializableBuilderClass() |
Instant |
submitTime()
The time an export job was initiated.
|
ExportJobProperties.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 for an export job.
public final String jobName()
The user generated name for an export job.
public final JobStatus jobStatus()
The status of a FHIR export job. Possible statuses are SUBMITTED, IN_PROGRESS, COMPLETED, or 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 status of a FHIR export job. Possible statuses are SUBMITTED, IN_PROGRESS, COMPLETED, or 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 an export job was initiated.
public final Instant endTime()
The time an export job completed.
public final String datastoreId()
The AWS generated ID for the Data Store from which files are being exported for an export job.
public final OutputDataConfig outputDataConfig()
The output data configuration that was supplied when the export job was created.
public final String dataAccessRoleArn()
The Amazon Resource Name used during the initiation of the job.
public final String message()
An explanation of any errors that may have occurred during the export job.
public ExportJobProperties.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ExportJobProperties.Builder,ExportJobProperties>public static ExportJobProperties.Builder builder()
public static Class<? extends ExportJobProperties.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.