Interface QuantumTaskSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<QuantumTaskSummary.Builder,
,QuantumTaskSummary> SdkBuilder<QuantumTaskSummary.Builder,
,QuantumTaskSummary> SdkPojo
- Enclosing class:
QuantumTaskSummary
@Mutable
@NotThreadSafe
public static interface QuantumTaskSummary.Builder
extends SdkPojo, CopyableBuilder<QuantumTaskSummary.Builder,QuantumTaskSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe time at which the quantum task was created.The ARN of the device the quantum task ran on.The time at which the quantum task finished.outputS3Bucket
(String outputS3Bucket) The S3 bucket where the quantum task result file is stored.outputS3Directory
(String outputS3Directory) The folder in the S3 bucket where the quantum task result file is stored.quantumTaskArn
(String quantumTaskArn) The ARN of the quantum task.The shots used for the quantum task.The status of the quantum task.status
(QuantumTaskStatus status) The status of the quantum task.Displays the key, value pairs of tags associated with this quantum task.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
-
Method Details
-
quantumTaskArn
The ARN of the quantum task.
- Parameters:
quantumTaskArn
- The ARN of the quantum task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the quantum task.
- Parameters:
status
- The status of the quantum task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the quantum task.
- Parameters:
status
- The status of the quantum task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
deviceArn
The ARN of the device the quantum task ran on.
- Parameters:
deviceArn
- The ARN of the device the quantum task ran on.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
shots
The shots used for the quantum task.
- Parameters:
shots
- The shots used for the quantum task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputS3Bucket
The S3 bucket where the quantum task result file is stored.
- Parameters:
outputS3Bucket
- The S3 bucket where the quantum task result file is stored.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputS3Directory
The folder in the S3 bucket where the quantum task result file is stored.
- Parameters:
outputS3Directory
- The folder in the S3 bucket where the quantum task result file is stored.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The time at which the quantum task was created.
- Parameters:
createdAt
- The time at which the quantum task was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endedAt
The time at which the quantum task finished.
- Parameters:
endedAt
- The time at which the quantum task finished.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
Displays the key, value pairs of tags associated with this quantum task.
- Parameters:
tags
- Displays the key, value pairs of tags associated with this quantum task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-