Interface ImportJobProperties.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ImportJobProperties.Builder,
,ImportJobProperties> SdkBuilder<ImportJobProperties.Builder,
,ImportJobProperties> SdkPojo
- Enclosing class:
ImportJobProperties
-
Method Summary
Modifier and TypeMethodDescriptiondataAccessRoleArn
(String dataAccessRoleArn) The Amazon Resource Name (ARN) that grants AWS HealthLake access to the input data.datastoreId
(String datastoreId) The data store identifier.The time the import job was completed.default ImportJobProperties.Builder
inputDataConfig
(Consumer<InputDataConfig.Builder> inputDataConfig) The input data configuration supplied when the import job was created.inputDataConfig
(InputDataConfig inputDataConfig) The input data configuration supplied when the import job was created.The import job identifier.The import job name.default ImportJobProperties.Builder
jobOutputDataConfig
(Consumer<OutputDataConfig.Builder> jobOutputDataConfig) Sets the value of the JobOutputDataConfig property for this object.jobOutputDataConfig
(OutputDataConfig jobOutputDataConfig) Sets the value of the JobOutputDataConfig property for this object.default ImportJobProperties.Builder
jobProgressReport
(Consumer<JobProgressReport.Builder> jobProgressReport) Displays the progress of the import job, including total resources scanned, total resources imported, and total size of data imported.jobProgressReport
(JobProgressReport jobProgressReport) Displays the progress of the import job, including total resources scanned, total resources imported, and total size of data imported.The import job status.The import job status.An explanation of any errors that might have occurred during the FHIR import job.submitTime
(Instant submitTime) The time the import job was submitted for processing.validationLevel
(String validationLevel) The validation level of the import job.validationLevel
(ValidationLevel validationLevel) The validation level of the import job.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
jobId
The import job identifier.
- Parameters:
jobId
- The import job identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobName
The import job name.
- Parameters:
jobName
- The import job name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobStatus
The import job status.
- Parameters:
jobStatus
- The import job status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
jobStatus
The import job status.
- Parameters:
jobStatus
- The import job status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
submitTime
The time the import job was submitted for processing.
- Parameters:
submitTime
- The time the import job was submitted for processing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endTime
The time the import job was completed.
- Parameters:
endTime
- The time the import job was completed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
datastoreId
The data store identifier.
- Parameters:
datastoreId
- The data store identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inputDataConfig
The input data configuration supplied when the import job was created.
- Parameters:
inputDataConfig
- The input data configuration supplied when the import job was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inputDataConfig
default ImportJobProperties.Builder inputDataConfig(Consumer<InputDataConfig.Builder> inputDataConfig) The input data configuration 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 viaInputDataConfig.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toinputDataConfig(InputDataConfig)
.- Parameters:
inputDataConfig
- a consumer that will call methods onInputDataConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
jobOutputDataConfig
Sets the value of the JobOutputDataConfig property for this object.- Parameters:
jobOutputDataConfig
- The new value for the JobOutputDataConfig property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobOutputDataConfig
default ImportJobProperties.Builder jobOutputDataConfig(Consumer<OutputDataConfig.Builder> jobOutputDataConfig) Sets the value of the JobOutputDataConfig property for this object. This is a convenience method that creates an instance of theOutputDataConfig.Builder
avoiding the need to create one manually viaOutputDataConfig.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tojobOutputDataConfig(OutputDataConfig)
.- Parameters:
jobOutputDataConfig
- a consumer that will call methods onOutputDataConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
jobProgressReport
Displays the progress of the import job, including total resources scanned, total resources imported, and total size of data imported.
- Parameters:
jobProgressReport
- Displays the progress of the import job, including total resources scanned, total resources imported, and total size of data imported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobProgressReport
default ImportJobProperties.Builder jobProgressReport(Consumer<JobProgressReport.Builder> jobProgressReport) Displays the progress of the import job, including total resources scanned, total resources imported, and total size of data imported.
This is a convenience method that creates an instance of theJobProgressReport.Builder
avoiding the need to create one manually viaJobProgressReport.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tojobProgressReport(JobProgressReport)
.- Parameters:
jobProgressReport
- a consumer that will call methods onJobProgressReport.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
dataAccessRoleArn
The Amazon Resource Name (ARN) that grants AWS HealthLake access to the input data.
- Parameters:
dataAccessRoleArn
- The Amazon Resource Name (ARN) that grants AWS HealthLake access to the input data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
message
An explanation of any errors that might have occurred during the FHIR import job.
- Parameters:
message
- An explanation of any errors that might have occurred during the FHIR import job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
validationLevel
The validation level of the import job.
- Parameters:
validationLevel
- The validation level of the import job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
validationLevel
The validation level of the import job.
- Parameters:
validationLevel
- The validation level of the import job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-