Interface StopTargetedSentimentDetectionJobResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,ComprehendResponse.Builder,CopyableBuilder<StopTargetedSentimentDetectionJobResponse.Builder,StopTargetedSentimentDetectionJobResponse>,SdkBuilder<StopTargetedSentimentDetectionJobResponse.Builder,StopTargetedSentimentDetectionJobResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- StopTargetedSentimentDetectionJobResponse
public static interface StopTargetedSentimentDetectionJobResponse.Builder extends ComprehendResponse.Builder, SdkPojo, CopyableBuilder<StopTargetedSentimentDetectionJobResponse.Builder,StopTargetedSentimentDetectionJobResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StopTargetedSentimentDetectionJobResponse.BuilderjobId(String jobId)The identifier of the targeted sentiment detection job to stop.StopTargetedSentimentDetectionJobResponse.BuilderjobStatus(String jobStatus)EitherSTOP_REQUESTEDif the job is currently running, orSTOPPEDif the job was previously stopped with theStopSentimentDetectionJoboperation.StopTargetedSentimentDetectionJobResponse.BuilderjobStatus(JobStatus jobStatus)EitherSTOP_REQUESTEDif the job is currently running, orSTOPPEDif the job was previously stopped with theStopSentimentDetectionJoboperation.-
Methods inherited from interface software.amazon.awssdk.services.comprehend.model.ComprehendResponse.Builder
build, responseMetadata, responseMetadata
-
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
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
jobId
StopTargetedSentimentDetectionJobResponse.Builder jobId(String jobId)
The identifier of the targeted sentiment detection job to stop.
- Parameters:
jobId- The identifier of the targeted sentiment detection job to stop.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobStatus
StopTargetedSentimentDetectionJobResponse.Builder jobStatus(String jobStatus)
Either
STOP_REQUESTEDif the job is currently running, orSTOPPEDif the job was previously stopped with theStopSentimentDetectionJoboperation.
-
jobStatus
StopTargetedSentimentDetectionJobResponse.Builder jobStatus(JobStatus jobStatus)
Either
STOP_REQUESTEDif the job is currently running, orSTOPPEDif the job was previously stopped with theStopSentimentDetectionJoboperation.
-
-