Interface CancelJobRunResponse.Builder

    • Method Detail

      • applicationId

        CancelJobRunResponse.Builder applicationId​(String applicationId)

        The output contains the application ID on which the job run is cancelled.

        Parameters:
        applicationId - The output contains the application ID on which the job run is cancelled.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • jobRunId

        CancelJobRunResponse.Builder jobRunId​(String jobRunId)

        The output contains the ID of the cancelled job run.

        Parameters:
        jobRunId - The output contains the ID of the cancelled job run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.