Interface StopEntitiesDetectionJobResponse.Builder

    • Method Detail

      • jobId

        StopEntitiesDetectionJobResponse.Builder jobId​(String jobId)

        The identifier of the entities detection job to stop.

        Parameters:
        jobId - The identifier of the entities detection job to stop.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • jobStatus

        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.

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

        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.

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