Interface CreateQuantumTaskRequest.Builder

    • Method Detail

      • action

        CreateQuantumTaskRequest.Builder action​(String action)

        The action associated with the task.

        Parameters:
        action - The action associated with the task.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • associations

        CreateQuantumTaskRequest.Builder associations​(Collection<Association> associations)

        The list of Amazon Braket resources associated with the quantum task.

        Parameters:
        associations - The list of Amazon Braket resources associated with the quantum task.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • associations

        CreateQuantumTaskRequest.Builder associations​(Association... associations)

        The list of Amazon Braket resources associated with the quantum task.

        Parameters:
        associations - The list of Amazon Braket resources associated with the quantum task.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clientToken

        CreateQuantumTaskRequest.Builder clientToken​(String clientToken)

        The client token associated with the request.

        Parameters:
        clientToken - The client token associated with the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • deviceArn

        CreateQuantumTaskRequest.Builder deviceArn​(String deviceArn)

        The ARN of the device to run the task on.

        Parameters:
        deviceArn - The ARN of the device to run the task on.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • deviceParameters

        CreateQuantumTaskRequest.Builder deviceParameters​(String deviceParameters)

        The parameters for the device to run the task on.

        Parameters:
        deviceParameters - The parameters for the device to run the task on.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • jobToken

        CreateQuantumTaskRequest.Builder jobToken​(String jobToken)

        The token for an Amazon Braket job that associates it with the quantum task.

        Parameters:
        jobToken - The token for an Amazon Braket job that associates it with the quantum task.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • outputS3Bucket

        CreateQuantumTaskRequest.Builder outputS3Bucket​(String outputS3Bucket)

        The S3 bucket to store task result files in.

        Parameters:
        outputS3Bucket - The S3 bucket to store task result files in.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • outputS3KeyPrefix

        CreateQuantumTaskRequest.Builder outputS3KeyPrefix​(String outputS3KeyPrefix)

        The key prefix for the location in the S3 bucket to store task results in.

        Parameters:
        outputS3KeyPrefix - The key prefix for the location in the S3 bucket to store task results in.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • shots

        CreateQuantumTaskRequest.Builder shots​(Long shots)

        The number of shots to use for the task.

        Parameters:
        shots - The number of shots to use for the task.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        CreateQuantumTaskRequest.Builder tags​(Map<String,​String> tags)

        Tags to be added to the quantum task you're creating.

        Parameters:
        tags - Tags to be added to the quantum task you're creating.
        Returns:
        Returns a reference to this object so that method calls can be chained together.