public static interface StopEntitiesDetectionJobResponse.Builder extends ComprehendResponse.Builder, SdkPojo, CopyableBuilder<StopEntitiesDetectionJobResponse.Builder,StopEntitiesDetectionJobResponse>
Modifier and Type | Method and Description |
---|---|
StopEntitiesDetectionJobResponse.Builder |
jobId(String jobId)
The identifier of the entities detection job to stop.
|
StopEntitiesDetectionJobResponse.Builder |
jobStatus(JobStatus jobStatus)
Either
STOP_REQUESTED if the job is currently running, or STOPPED if the job was
previously stopped with the StopEntitiesDetectionJob operation. |
StopEntitiesDetectionJobResponse.Builder |
jobStatus(String jobStatus)
Either
STOP_REQUESTED if the job is currently running, or STOPPED if the job was
previously stopped with the StopEntitiesDetectionJob operation. |
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
StopEntitiesDetectionJobResponse.Builder jobId(String jobId)
The identifier of the entities detection job to stop.
jobId
- The identifier of the entities detection job to stop.StopEntitiesDetectionJobResponse.Builder jobStatus(String jobStatus)
Either STOP_REQUESTED
if the job is currently running, or STOPPED
if the job was
previously stopped with the StopEntitiesDetectionJob
operation.
StopEntitiesDetectionJobResponse.Builder jobStatus(JobStatus jobStatus)
Either STOP_REQUESTED
if the job is currently running, or STOPPED
if the job was
previously stopped with the StopEntitiesDetectionJob
operation.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.