Interface CancelJobResponse.Builder

All Superinterfaces:
AwsResponse.Builder, BraketResponse.Builder, Buildable, CopyableBuilder<CancelJobResponse.Builder,CancelJobResponse>, SdkBuilder<CancelJobResponse.Builder,CancelJobResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
CancelJobResponse

public static interface CancelJobResponse.Builder extends BraketResponse.Builder, SdkPojo, CopyableBuilder<CancelJobResponse.Builder,CancelJobResponse>
  • Method Details

    • 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

      CancelJobResponse.Builder cancellationStatus(CancellationStatus 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:
    • 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.