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 Details

    • 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

      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

      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

      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:
    • 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:
    • 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.