Interface QuantumTaskSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<QuantumTaskSummary.Builder,QuantumTaskSummary>,SdkBuilder<QuantumTaskSummary.Builder,QuantumTaskSummary>,SdkPojo
- Enclosing class:
- QuantumTaskSummary
public static interface QuantumTaskSummary.Builder extends SdkPojo, CopyableBuilder<QuantumTaskSummary.Builder,QuantumTaskSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QuantumTaskSummary.BuildercreatedAt(Instant createdAt)The time at which the task was created.QuantumTaskSummary.BuilderdeviceArn(String deviceArn)The ARN of the device the task ran on.QuantumTaskSummary.BuilderendedAt(Instant endedAt)The time at which the task finished.QuantumTaskSummary.BuilderoutputS3Bucket(String outputS3Bucket)The S3 bucket where the task result file is stored..QuantumTaskSummary.BuilderoutputS3Directory(String outputS3Directory)The folder in the S3 bucket where the task result file is stored.QuantumTaskSummary.BuilderquantumTaskArn(String quantumTaskArn)The ARN of the task.QuantumTaskSummary.Buildershots(Long shots)The shots used for the task.QuantumTaskSummary.Builderstatus(String status)The status of the task.QuantumTaskSummary.Builderstatus(QuantumTaskStatus status)The status of the task.QuantumTaskSummary.Buildertags(Map<String,String> tags)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, sdkFields
-
-
-
-
Method Detail
-
createdAt
QuantumTaskSummary.Builder createdAt(Instant createdAt)
The time at which the task was created.
- Parameters:
createdAt- The time at which the task was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deviceArn
QuantumTaskSummary.Builder deviceArn(String deviceArn)
The ARN of the device the task ran on.
- Parameters:
deviceArn- The ARN of the device the task ran on.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endedAt
QuantumTaskSummary.Builder endedAt(Instant endedAt)
The time at which the task finished.
- Parameters:
endedAt- The time at which the task finished.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputS3Bucket
QuantumTaskSummary.Builder outputS3Bucket(String outputS3Bucket)
The S3 bucket where the task result file is stored..
- Parameters:
outputS3Bucket- The S3 bucket where the task result file is stored..- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputS3Directory
QuantumTaskSummary.Builder outputS3Directory(String outputS3Directory)
The folder in the S3 bucket where the task result file is stored.
- Parameters:
outputS3Directory- The folder in the S3 bucket where the task result file is stored.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
quantumTaskArn
QuantumTaskSummary.Builder quantumTaskArn(String quantumTaskArn)
The ARN of the task.
- Parameters:
quantumTaskArn- The ARN of the task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
shots
QuantumTaskSummary.Builder shots(Long shots)
The shots used for the task.
- Parameters:
shots- The shots used for the task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
QuantumTaskSummary.Builder status(String status)
The status of the task.
- Parameters:
status- The status of the task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
QuantumTaskStatus,QuantumTaskStatus
-
status
QuantumTaskSummary.Builder status(QuantumTaskStatus status)
The status of the task.
- Parameters:
status- The status of the task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
QuantumTaskStatus,QuantumTaskStatus
-
tags
QuantumTaskSummary.Builder tags(Map<String,String> 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.
-
-