public static interface StartEventsDetectionJobResponse.Builder extends ComprehendResponse.Builder, SdkPojo, CopyableBuilder<StartEventsDetectionJobResponse.Builder,StartEventsDetectionJobResponse>
| Modifier and Type | Method and Description |
|---|---|
StartEventsDetectionJobResponse.Builder |
jobArn(String jobArn)
The Amazon Resource Name (ARN) of the events detection job.
|
StartEventsDetectionJobResponse.Builder |
jobId(String jobId)
An unique identifier for the request.
|
StartEventsDetectionJobResponse.Builder |
jobStatus(JobStatus jobStatus)
The status of the events detection job.
|
StartEventsDetectionJobResponse.Builder |
jobStatus(String jobStatus)
The status of the events detection job.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartEventsDetectionJobResponse.Builder jobId(String jobId)
An unique identifier for the request. If you don't set the client request token, Amazon Comprehend generates one.
jobId - An unique identifier for the request. If you don't set the client request token, Amazon Comprehend
generates one.StartEventsDetectionJobResponse.Builder jobArn(String jobArn)
The Amazon Resource Name (ARN) of the events 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>:events-detection-job/<job-id>
The following is an example job ARN:
arn:aws:comprehend:us-west-2:111122223333:events-detection-job/1234abcd12ab34cd56ef1234567890ab
jobArn - The Amazon Resource Name (ARN) of the events 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>:events-detection-job/<job-id>
The following is an example job ARN:
arn:aws:comprehend:us-west-2:111122223333:events-detection-job/1234abcd12ab34cd56ef1234567890ab
StartEventsDetectionJobResponse.Builder jobStatus(String jobStatus)
The status of the events detection job.
StartEventsDetectionJobResponse.Builder jobStatus(JobStatus jobStatus)
The status of the events detection job.
Copyright © 2023. All rights reserved.