public static interface ExportJobProperties.Builder extends SdkPojo, CopyableBuilder<ExportJobProperties.Builder,ExportJobProperties>
| Modifier and Type | Method and Description |
|---|---|
ExportJobProperties.Builder |
dataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name used during the initiation of the job.
|
ExportJobProperties.Builder |
datastoreId(String datastoreId)
The AWS generated ID for the Data Store from which files are being exported for an export job.
|
ExportJobProperties.Builder |
endTime(Instant endTime)
The time an export job completed.
|
ExportJobProperties.Builder |
jobId(String jobId)
The AWS generated ID for an export job.
|
ExportJobProperties.Builder |
jobName(String jobName)
The user generated name for an export job.
|
ExportJobProperties.Builder |
jobStatus(JobStatus jobStatus)
The status of a FHIR export job.
|
ExportJobProperties.Builder |
jobStatus(String jobStatus)
The status of a FHIR export job.
|
ExportJobProperties.Builder |
message(String message)
An explanation of any errors that may have occurred during the export job.
|
default ExportJobProperties.Builder |
outputDataConfig(Consumer<OutputDataConfig.Builder> outputDataConfig)
The output data configuration that was supplied when the export job was created.
|
ExportJobProperties.Builder |
outputDataConfig(OutputDataConfig outputDataConfig)
The output data configuration that was supplied when the export job was created.
|
ExportJobProperties.Builder |
submitTime(Instant submitTime)
The time an export job was initiated.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildExportJobProperties.Builder jobId(String jobId)
The AWS generated ID for an export job.
jobId - The AWS generated ID for an export job.ExportJobProperties.Builder jobName(String jobName)
The user generated name for an export job.
jobName - The user generated name for an export job.ExportJobProperties.Builder jobStatus(String jobStatus)
The status of a FHIR export job. Possible statuses are SUBMITTED, IN_PROGRESS, COMPLETED, or FAILED.
ExportJobProperties.Builder jobStatus(JobStatus jobStatus)
The status of a FHIR export job. Possible statuses are SUBMITTED, IN_PROGRESS, COMPLETED, or FAILED.
ExportJobProperties.Builder submitTime(Instant submitTime)
The time an export job was initiated.
submitTime - The time an export job was initiated.ExportJobProperties.Builder endTime(Instant endTime)
The time an export job completed.
endTime - The time an export job completed.ExportJobProperties.Builder datastoreId(String datastoreId)
The AWS generated ID for the Data Store from which files are being exported for an export job.
datastoreId - The AWS generated ID for the Data Store from which files are being exported for an export job.ExportJobProperties.Builder outputDataConfig(OutputDataConfig outputDataConfig)
The output data configuration that was supplied when the export job was created.
outputDataConfig - The output data configuration that was supplied when the export job was created.default ExportJobProperties.Builder outputDataConfig(Consumer<OutputDataConfig.Builder> outputDataConfig)
The output data configuration that was supplied when the export job was created.
This is a convenience method that creates an instance of theOutputDataConfig.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 outputDataConfig(OutputDataConfig).
outputDataConfig - a consumer that will call methods on OutputDataConfig.BuilderoutputDataConfig(OutputDataConfig)ExportJobProperties.Builder dataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name used during the initiation of the job.
dataAccessRoleArn - The Amazon Resource Name used during the initiation of the job.ExportJobProperties.Builder message(String message)
An explanation of any errors that may have occurred during the export job.
message - An explanation of any errors that may have occurred during the export job.Copyright © 2023. All rights reserved.