Interface ImportJobProperties.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ImportJobProperties.Builder,ImportJobProperties>,SdkBuilder<ImportJobProperties.Builder,ImportJobProperties>,SdkPojo
- Enclosing class:
- ImportJobProperties
public static interface ImportJobProperties.Builder extends SdkPojo, CopyableBuilder<ImportJobProperties.Builder,ImportJobProperties>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description ImportJobProperties.BuilderdataAccessRoleArn(String dataAccessRoleArn)The Amazon Resource Name (ARN) that gives AWS HealthLake access to your input data.ImportJobProperties.BuilderdatastoreId(String datastoreId)The datastore id used when the Import job was created.ImportJobProperties.BuilderendTime(Instant endTime)The time that the Import job was completed.default ImportJobProperties.BuilderinputDataConfig(Consumer<InputDataConfig.Builder> inputDataConfig)The input data configuration that was supplied when the Import job was created.ImportJobProperties.BuilderinputDataConfig(InputDataConfig inputDataConfig)The input data configuration that was supplied when the Import job was created.ImportJobProperties.BuilderjobId(String jobId)The AWS-generated id number for the Import job.ImportJobProperties.BuilderjobName(String jobName)The user-generated name for an Import job.default ImportJobProperties.BuilderjobOutputDataConfig(Consumer<OutputDataConfig.Builder> jobOutputDataConfig)Sets the value of the JobOutputDataConfig property for this object.ImportJobProperties.BuilderjobOutputDataConfig(OutputDataConfig jobOutputDataConfig)Sets the value of the JobOutputDataConfig property for this object.ImportJobProperties.BuilderjobStatus(String jobStatus)The job status for an Import job.ImportJobProperties.BuilderjobStatus(JobStatus jobStatus)The job status for an Import job.ImportJobProperties.Buildermessage(String message)An explanation of any errors that may have occurred during the FHIR import job.ImportJobProperties.BuildersubmitTime(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 Detail
-
jobId
ImportJobProperties.Builder jobId(String 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
ImportJobProperties.Builder jobName(String 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
ImportJobProperties.Builder jobStatus(String jobStatus)
The job status for an Import job. Possible statuses are SUBMITTED, IN_PROGRESS, COMPLETED_WITH_ERRORS, COMPLETED, FAILED.
-
jobStatus
ImportJobProperties.Builder jobStatus(JobStatus jobStatus)
The job status for an Import job. Possible statuses are SUBMITTED, IN_PROGRESS, COMPLETED_WITH_ERRORS, COMPLETED, FAILED.
-
submitTime
ImportJobProperties.Builder submitTime(Instant 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
ImportJobProperties.Builder endTime(Instant 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
ImportJobProperties.Builder datastoreId(String 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
ImportJobProperties.Builder inputDataConfig(InputDataConfig 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.Builderavoiding the need to create one manually viaInputDataConfig.builder().When the
Consumercompletes,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:
inputDataConfig(InputDataConfig)
-
jobOutputDataConfig
ImportJobProperties.Builder jobOutputDataConfig(OutputDataConfig 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.Builderavoiding the need to create one manually viaOutputDataConfig.builder().When the
Consumercompletes,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:
jobOutputDataConfig(OutputDataConfig)
-
dataAccessRoleArn
ImportJobProperties.Builder dataAccessRoleArn(String 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
ImportJobProperties.Builder message(String 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.
-
-