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 gives AWS HealthLake access to your input data.datastoreId
(String datastoreId) The datastore id used when the Import job was created.The time that the Import job was completed.default ImportJobProperties.Builder
inputDataConfig
(Consumer<InputDataConfig.Builder> inputDataConfig) The input data configuration that was supplied when the Import job was created.inputDataConfig
(InputDataConfig inputDataConfig) The input data configuration that was supplied when the Import job was created.The AWS-generated id number for the Import job.The user-generated name for an Import job.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.The job status for an Import job.The job status for an Import job.An explanation of any errors that may have occurred during the FHIR import job.submitTime
(Instant submitTime) The time that the Import job was submitted for processing.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, sdkFields
-
Method Details
-
jobId
The AWS-generated id number for the Import job.
- Parameters:
jobId
- The AWS-generated id number for the Import job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobName
The user-generated name for an Import job.
- Parameters:
jobName
- The user-generated name for an Import job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobStatus
The job status for an Import job. Possible statuses are SUBMITTED, IN_PROGRESS, COMPLETED_WITH_ERRORS, COMPLETED, FAILED.
- Parameters:
jobStatus
- The job status for an Import job. Possible statuses are SUBMITTED, IN_PROGRESS, COMPLETED_WITH_ERRORS, COMPLETED, FAILED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
jobStatus
The job status for an Import job. Possible statuses are SUBMITTED, IN_PROGRESS, COMPLETED_WITH_ERRORS, COMPLETED, FAILED.
- Parameters:
jobStatus
- The job status for an Import job. Possible statuses are SUBMITTED, IN_PROGRESS, COMPLETED_WITH_ERRORS, COMPLETED, FAILED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
submitTime
The time that the Import job was submitted for processing.
- Parameters:
submitTime
- The time that 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 that the Import job was completed.
- Parameters:
endTime
- The time that the Import job was completed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
datastoreId
The datastore id used when the Import job was created.
- Parameters:
datastoreId
- The datastore id used when the Import job was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inputDataConfig
The input data configuration that was supplied when the Import job was created.
- Parameters:
inputDataConfig
- The input data configuration that was 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 that was 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:
-
dataAccessRoleArn
The Amazon Resource Name (ARN) that gives AWS HealthLake access to your input data.
- Parameters:
dataAccessRoleArn
- The Amazon Resource Name (ARN) that gives AWS HealthLake access to your input data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
message
An explanation of any errors that may have occurred during the FHIR import job.
- Parameters:
message
- An explanation of any errors that may have occurred during the FHIR import job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-