Interface ComprehendMedicalAsyncJobProperties.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ComprehendMedicalAsyncJobProperties.Builder,ComprehendMedicalAsyncJobProperties>,SdkBuilder<ComprehendMedicalAsyncJobProperties.Builder,ComprehendMedicalAsyncJobProperties>,SdkPojo
- Enclosing class:
- ComprehendMedicalAsyncJobProperties
public static interface ComprehendMedicalAsyncJobProperties.Builder extends SdkPojo, CopyableBuilder<ComprehendMedicalAsyncJobProperties.Builder,ComprehendMedicalAsyncJobProperties>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description ComprehendMedicalAsyncJobProperties.BuilderdataAccessRoleArn(String dataAccessRoleArn)The Amazon Resource Name (ARN) that gives Amazon Comprehend Medical read access to your input data.ComprehendMedicalAsyncJobProperties.BuilderendTime(Instant endTime)The time that the detection job completed.ComprehendMedicalAsyncJobProperties.BuilderexpirationTime(Instant expirationTime)The date and time that job metadata is deleted from the server.default ComprehendMedicalAsyncJobProperties.BuilderinputDataConfig(Consumer<InputDataConfig.Builder> inputDataConfig)The input data configuration that you supplied when you created the detection job.ComprehendMedicalAsyncJobProperties.BuilderinputDataConfig(InputDataConfig inputDataConfig)The input data configuration that you supplied when you created the detection job.ComprehendMedicalAsyncJobProperties.BuilderjobId(String jobId)The identifier assigned to the detection job.ComprehendMedicalAsyncJobProperties.BuilderjobName(String jobName)The name that you assigned to the detection job.ComprehendMedicalAsyncJobProperties.BuilderjobStatus(String jobStatus)The current status of the detection job.ComprehendMedicalAsyncJobProperties.BuilderjobStatus(JobStatus jobStatus)The current status of the detection job.ComprehendMedicalAsyncJobProperties.BuilderkmsKey(String kmsKey)The AWS Key Management Service key, if any, used to encrypt the output files.ComprehendMedicalAsyncJobProperties.BuilderlanguageCode(String languageCode)The language code of the input documents.ComprehendMedicalAsyncJobProperties.BuilderlanguageCode(LanguageCode languageCode)The language code of the input documents.ComprehendMedicalAsyncJobProperties.BuildermanifestFilePath(String manifestFilePath)The path to the file that describes the results of a batch job.ComprehendMedicalAsyncJobProperties.Buildermessage(String message)A description of the status of a job.ComprehendMedicalAsyncJobProperties.BuildermodelVersion(String modelVersion)The version of the model used to analyze the documents.default ComprehendMedicalAsyncJobProperties.BuilderoutputDataConfig(Consumer<OutputDataConfig.Builder> outputDataConfig)The output data configuration that you supplied when you created the detection job.ComprehendMedicalAsyncJobProperties.BuilderoutputDataConfig(OutputDataConfig outputDataConfig)The output data configuration that you supplied when you created the detection job.ComprehendMedicalAsyncJobProperties.BuildersubmitTime(Instant submitTime)The time that the detection 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
ComprehendMedicalAsyncJobProperties.Builder jobId(String jobId)
The identifier assigned to the detection job.
- Parameters:
jobId- The identifier assigned to the detection job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobName
ComprehendMedicalAsyncJobProperties.Builder jobName(String jobName)
The name that you assigned to the detection job.
- Parameters:
jobName- The name that you assigned to the detection job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobStatus
ComprehendMedicalAsyncJobProperties.Builder jobStatus(String jobStatus)
The current status of the detection job. If the status is
FAILED, theMessagefield shows the reason for the failure.
-
jobStatus
ComprehendMedicalAsyncJobProperties.Builder jobStatus(JobStatus jobStatus)
The current status of the detection job. If the status is
FAILED, theMessagefield shows the reason for the failure.
-
message
ComprehendMedicalAsyncJobProperties.Builder message(String message)
A description of the status of a job.
- Parameters:
message- A description of the status of a job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
submitTime
ComprehendMedicalAsyncJobProperties.Builder submitTime(Instant submitTime)
The time that the detection job was submitted for processing.
- Parameters:
submitTime- The time that the detection job was submitted for processing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endTime
ComprehendMedicalAsyncJobProperties.Builder endTime(Instant endTime)
The time that the detection job completed.
- Parameters:
endTime- The time that the detection job completed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
expirationTime
ComprehendMedicalAsyncJobProperties.Builder expirationTime(Instant expirationTime)
The date and time that job metadata is deleted from the server. Output files in your S3 bucket will not be deleted. After the metadata is deleted, the job will no longer appear in the results of the
ListEntitiesDetectionV2Jobor theListPHIDetectionJobsoperation.- Parameters:
expirationTime- The date and time that job metadata is deleted from the server. Output files in your S3 bucket will not be deleted. After the metadata is deleted, the job will no longer appear in the results of theListEntitiesDetectionV2Jobor theListPHIDetectionJobsoperation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inputDataConfig
ComprehendMedicalAsyncJobProperties.Builder inputDataConfig(InputDataConfig inputDataConfig)
The input data configuration that you supplied when you created the detection job.
- Parameters:
inputDataConfig- The input data configuration that you supplied when you created the detection job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inputDataConfig
default ComprehendMedicalAsyncJobProperties.Builder inputDataConfig(Consumer<InputDataConfig.Builder> inputDataConfig)
The input data configuration that you supplied when you created the detection job.
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)
-
outputDataConfig
ComprehendMedicalAsyncJobProperties.Builder outputDataConfig(OutputDataConfig outputDataConfig)
The output data configuration that you supplied when you created the detection job.
- Parameters:
outputDataConfig- The output data configuration that you supplied when you created the detection job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputDataConfig
default ComprehendMedicalAsyncJobProperties.Builder outputDataConfig(Consumer<OutputDataConfig.Builder> outputDataConfig)
The output data configuration that you supplied when you created the detection job.
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 tooutputDataConfig(OutputDataConfig).- Parameters:
outputDataConfig- 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:
outputDataConfig(OutputDataConfig)
-
languageCode
ComprehendMedicalAsyncJobProperties.Builder languageCode(String languageCode)
The language code of the input documents.
- Parameters:
languageCode- The language code of the input documents.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
LanguageCode,LanguageCode
-
languageCode
ComprehendMedicalAsyncJobProperties.Builder languageCode(LanguageCode languageCode)
The language code of the input documents.
- Parameters:
languageCode- The language code of the input documents.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
LanguageCode,LanguageCode
-
dataAccessRoleArn
ComprehendMedicalAsyncJobProperties.Builder dataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) that gives Amazon Comprehend Medical read access to your input data.
- Parameters:
dataAccessRoleArn- The Amazon Resource Name (ARN) that gives Amazon Comprehend Medical read access to your input data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
manifestFilePath
ComprehendMedicalAsyncJobProperties.Builder manifestFilePath(String manifestFilePath)
The path to the file that describes the results of a batch job.
- Parameters:
manifestFilePath- The path to the file that describes the results of a batch job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
kmsKey
ComprehendMedicalAsyncJobProperties.Builder kmsKey(String kmsKey)
The AWS Key Management Service key, if any, used to encrypt the output files.
- Parameters:
kmsKey- The AWS Key Management Service key, if any, used to encrypt the output files.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelVersion
ComprehendMedicalAsyncJobProperties.Builder modelVersion(String modelVersion)
The version of the model used to analyze the documents. The version number looks like X.X.X. You can use this information to track the model used for a particular batch of documents.
- Parameters:
modelVersion- The version of the model used to analyze the documents. The version number looks like X.X.X. You can use this information to track the model used for a particular batch of documents.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-