Class TransformationJobProperties
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TransformationJobProperties.Builder,TransformationJobProperties>
Contains the properties of a data transformation job, including its status, configuration, and progress information.
You retrieve this structure by calling DescribeDataTransformationJob.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final StringThe Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants AWS HealthLake access to the specified Amazon S3 locations.final BooleanSpecifies whether drift detection is enabled for this job.final InstantendTime()The timestamp when the job completed or failed.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()The Amazon S3 location and format of the source files for this job.final StringjobId()The unique identifier of the data transformation job.final StringjobName()The name of the data transformation job.The progress report for the data transformation job, including counts of files processed and resources generated.final TransformationJobStatusThe current status of the data transformation job.final StringThe current status of the data transformation job.final Stringmessage()An informational message about the job, such as an error description if the job failed.The Amazon S3 location and encryption configuration for the converted output.final StringThe unique identifier of the data transformation profile used for this job.final StringThe name of the data transformation profile used for this job.final IntegerThe version number of the data transformation profile used for this job.final BooleanSpecifies whether FHIR R4 Provenance resource generation is enabled for this transformation job.static Class<? extends TransformationJobProperties.Builder> final InstantThe timestamp when the job was submitted.Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
jobId
The unique identifier of the data transformation job.
- Returns:
- The unique identifier of the data transformation job.
-
jobStatus
The current status of the data transformation job.
If the service returns an enum value that is not available in the current SDK version,
jobStatuswill returnTransformationJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromjobStatusAsString().- Returns:
- The current status of the data transformation job.
- See Also:
-
jobStatusAsString
The current status of the data transformation job.
If the service returns an enum value that is not available in the current SDK version,
jobStatuswill returnTransformationJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromjobStatusAsString().- Returns:
- The current status of the data transformation job.
- See Also:
-
inputDataConfig
The Amazon S3 location and format of the source files for this job.
- Returns:
- The Amazon S3 location and format of the source files for this job.
-
outputDataConfig
The Amazon S3 location and encryption configuration for the converted output.
- Returns:
- The Amazon S3 location and encryption configuration for the converted output.
-
dataAccessRoleArn
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants AWS HealthLake access to the specified Amazon S3 locations. AWS HealthLake assumes this role to read input files and write output files.
- Returns:
- The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants AWS HealthLake access to the specified Amazon S3 locations. AWS HealthLake assumes this role to read input files and write output files.
-
submitTime
The timestamp when the job was submitted.
- Returns:
- The timestamp when the job was submitted.
-
jobName
The name of the data transformation job.
- Returns:
- The name of the data transformation job.
-
profileId
The unique identifier of the data transformation profile used for this job.
- Returns:
- The unique identifier of the data transformation profile used for this job.
-
profileName
The name of the data transformation profile used for this job.
- Returns:
- The name of the data transformation profile used for this job.
-
profileVersion
The version number of the data transformation profile used for this job.
- Returns:
- The version number of the data transformation profile used for this job.
-
endTime
The timestamp when the job completed or failed.
- Returns:
- The timestamp when the job completed or failed.
-
driftDetectionEnabled
Specifies whether drift detection is enabled for this job. When enabled, AWS HealthLake writes a drift report to the output Amazon S3 location alongside the converted files.
- Returns:
- Specifies whether drift detection is enabled for this job. When enabled, AWS HealthLake writes a drift report to the output Amazon S3 location alongside the converted files.
-
provenanceEnabled
Specifies whether FHIR R4 Provenance resource generation is enabled for this transformation job. When provenance is enabled, the service also generates related DocumentReference and Device resources.
- Returns:
- Specifies whether FHIR R4 Provenance resource generation is enabled for this transformation job. When provenance is enabled, the service also generates related DocumentReference and Device resources.
-
message
An informational message about the job, such as an error description if the job failed.
- Returns:
- An informational message about the job, such as an error description if the job failed.
-
jobProgressReport
The progress report for the data transformation job, including counts of files processed and resources generated.
- Returns:
- The progress report for the data transformation job, including counts of files processed and resources generated.
-
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<TransformationJobProperties.Builder,TransformationJobProperties> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
equalsBySdkFieldsin interfaceSdkPojo- Parameters:
obj- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo- Returns:
- The mapping between the field name and its corresponding field.
-