public static interface QuantumTaskSummary.Builder extends SdkPojo, CopyableBuilder<QuantumTaskSummary.Builder,QuantumTaskSummary>
| Modifier and Type | Method and Description |
|---|---|
QuantumTaskSummary.Builder |
createdAt(Instant createdAt)
The time at which the task was created.
|
QuantumTaskSummary.Builder |
deviceArn(String deviceArn)
The ARN of the device the task ran on.
|
QuantumTaskSummary.Builder |
endedAt(Instant endedAt)
The time at which the task finished.
|
QuantumTaskSummary.Builder |
outputS3Bucket(String outputS3Bucket)
The S3 bucket where the task result file is stored..
|
QuantumTaskSummary.Builder |
outputS3Directory(String outputS3Directory)
The folder in the S3 bucket where the task result file is stored.
|
QuantumTaskSummary.Builder |
quantumTaskArn(String quantumTaskArn)
The ARN of the task.
|
QuantumTaskSummary.Builder |
shots(Long shots)
The shots used for the task.
|
QuantumTaskSummary.Builder |
status(QuantumTaskStatus status)
The status of the task.
|
QuantumTaskSummary.Builder |
status(String status)
The status of the task.
|
QuantumTaskSummary.Builder |
tags(Map<String,String> tags)
Displays the key, value pairs of tags associated with this quantum task.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildQuantumTaskSummary.Builder createdAt(Instant createdAt)
The time at which the task was created.
createdAt - The time at which the task was created.QuantumTaskSummary.Builder deviceArn(String deviceArn)
The ARN of the device the task ran on.
deviceArn - The ARN of the device the task ran on.QuantumTaskSummary.Builder endedAt(Instant endedAt)
The time at which the task finished.
endedAt - The time at which the task finished.QuantumTaskSummary.Builder outputS3Bucket(String outputS3Bucket)
The S3 bucket where the task result file is stored..
outputS3Bucket - The S3 bucket where the task result file is stored..QuantumTaskSummary.Builder outputS3Directory(String outputS3Directory)
The folder in the S3 bucket where the task result file is stored.
outputS3Directory - The folder in the S3 bucket where the task result file is stored.QuantumTaskSummary.Builder quantumTaskArn(String quantumTaskArn)
The ARN of the task.
quantumTaskArn - The ARN of the task.QuantumTaskSummary.Builder shots(Long shots)
The shots used for the task.
shots - The shots used for the task.QuantumTaskSummary.Builder status(String status)
The status of the task.
status - The status of the task.QuantumTaskStatus,
QuantumTaskStatusQuantumTaskSummary.Builder status(QuantumTaskStatus status)
The status of the task.
status - The status of the task.QuantumTaskStatus,
QuantumTaskStatusQuantumTaskSummary.Builder tags(Map<String,String> tags)
Displays the key, value pairs of tags associated with this quantum task.
tags - Displays the key, value pairs of tags associated with this quantum task.Copyright © 2022. All rights reserved.