Interface StopTargetedSentimentDetectionJobResponse.Builder

    • 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_REQUESTED if the job is currently running, or STOPPED if the job was previously stopped with the StopSentimentDetectionJob operation.

        Parameters:
        jobStatus - Either STOP_REQUESTED if the job is currently running, or STOPPED if the job was previously stopped with the StopSentimentDetectionJob operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        JobStatus, JobStatus
      • jobStatus

        StopTargetedSentimentDetectionJobResponse.Builder jobStatus​(JobStatus jobStatus)

        Either STOP_REQUESTED if the job is currently running, or STOPPED if the job was previously stopped with the StopSentimentDetectionJob operation.

        Parameters:
        jobStatus - Either STOP_REQUESTED if the job is currently running, or STOPPED if the job was previously stopped with the StopSentimentDetectionJob operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        JobStatus, JobStatus