Interface QuantumTaskSummary.Builder

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