Interface StartTopicsDetectionJobResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,ComprehendResponse.Builder,CopyableBuilder<StartTopicsDetectionJobResponse.Builder,,StartTopicsDetectionJobResponse> SdkBuilder<StartTopicsDetectionJobResponse.Builder,,StartTopicsDetectionJobResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 StartTopicsDetectionJobResponse
- 
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the topics detection job.The identifier generated for the job.The status of the job:The status of the job:Methods inherited from interface software.amazon.awssdk.services.comprehend.model.ComprehendResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
jobId
The identifier generated for the job. To get the status of the job, use this identifier with the
DescribeTopicDetectionJoboperation.- Parameters:
 jobId- The identifier generated for the job. To get the status of the job, use this identifier with theDescribeTopicDetectionJoboperation.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
jobArn
The Amazon Resource Name (ARN) of the topics detection job. It is a unique, fully qualified identifier for the job. It includes the Amazon Web Services account, Amazon Web Services Region, and the job ID. The format of the ARN is as follows:
arn:<partition>:comprehend:<region>:<account-id>:topics-detection-job/<job-id>The following is an example job ARN:
arn:aws:comprehend:us-west-2:111122223333:document-classification-job/1234abcd12ab34cd56ef1234567890ab- Parameters:
 jobArn- The Amazon Resource Name (ARN) of the topics detection job. It is a unique, fully qualified identifier for the job. It includes the Amazon Web Services account, Amazon Web Services Region, and the job ID. The format of the ARN is as follows:arn:<partition>:comprehend:<region>:<account-id>:topics-detection-job/<job-id>The following is an example job ARN:
arn:aws:comprehend:us-west-2:111122223333:document-classification-job/1234abcd12ab34cd56ef1234567890ab- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
jobStatus
The status of the job:
- 
 
SUBMITTED - The job has been received and is queued for processing.
 - 
 
IN_PROGRESS - Amazon Comprehend is processing the job.
 - 
 
COMPLETED - The job was successfully completed and the output is available.
 - 
 
FAILED - The job did not complete. To get details, use the
DescribeTopicDetectionJoboperation. 
- Parameters:
 jobStatus- The status of the job:- 
        
SUBMITTED - The job has been received and is queued for processing.
 - 
        
IN_PROGRESS - Amazon Comprehend is processing the job.
 - 
        
COMPLETED - The job was successfully completed and the output is available.
 - 
        
FAILED - The job did not complete. To get details, use the
DescribeTopicDetectionJoboperation. 
- 
        
 - Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
 
 - 
jobStatus
The status of the job:
- 
 
SUBMITTED - The job has been received and is queued for processing.
 - 
 
IN_PROGRESS - Amazon Comprehend is processing the job.
 - 
 
COMPLETED - The job was successfully completed and the output is available.
 - 
 
FAILED - The job did not complete. To get details, use the
DescribeTopicDetectionJoboperation. 
- Parameters:
 jobStatus- The status of the job:- 
        
SUBMITTED - The job has been received and is queued for processing.
 - 
        
IN_PROGRESS - Amazon Comprehend is processing the job.
 - 
        
COMPLETED - The job was successfully completed and the output is available.
 - 
        
FAILED - The job did not complete. To get details, use the
DescribeTopicDetectionJoboperation. 
- 
        
 - Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
 
 
 -