Interface CancelJobResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,BraketResponse.Builder
,Buildable
,CopyableBuilder<CancelJobResponse.Builder,
,CancelJobResponse> SdkBuilder<CancelJobResponse.Builder,
,CancelJobResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
CancelJobResponse
@Mutable
@NotThreadSafe
public static interface CancelJobResponse.Builder
extends BraketResponse.Builder, SdkPojo, CopyableBuilder<CancelJobResponse.Builder,CancelJobResponse>
-
Method Summary
Modifier and TypeMethodDescriptioncancellationStatus
(String cancellationStatus) The status of the job cancellation request.cancellationStatus
(CancellationStatus cancellationStatus) The status of the job cancellation request.The ARN of the Amazon Braket job.Methods inherited from interface software.amazon.awssdk.services.braket.model.BraketResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
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
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.
-