Interface CancelJobResponse.Builder

    • Method Detail

      • cancellationStatus

        CancelJobResponse.Builder cancellationStatus​(String cancellationStatus)

        The status of the job cancellation request.

        Parameters:
        cancellationStatus - The status of the job cancellation request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        CancellationStatus, CancellationStatus
      • jobArn

        CancelJobResponse.Builder jobArn​(String jobArn)

        The ARN of the Amazon Braket job.

        Parameters:
        jobArn - The ARN of the Amazon Braket job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.