public static interface CreateQuantumTaskRequest.Builder extends BraketRequest.Builder, SdkPojo, CopyableBuilder<CreateQuantumTaskRequest.Builder,CreateQuantumTaskRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateQuantumTaskRequest.Builder |
action(String action)
The action associated with the task.
|
CreateQuantumTaskRequest.Builder |
clientToken(String clientToken)
The client token associated with the request.
|
CreateQuantumTaskRequest.Builder |
deviceArn(String deviceArn)
The ARN of the device to run the task on.
|
CreateQuantumTaskRequest.Builder |
deviceParameters(String deviceParameters)
The parameters for the device to run the task on.
|
CreateQuantumTaskRequest.Builder |
outputS3Bucket(String outputS3Bucket)
The S3 bucket to store task result files in.
|
CreateQuantumTaskRequest.Builder |
outputS3KeyPrefix(String outputS3KeyPrefix)
The key prefix for the location in the S3 bucket to store task results in.
|
CreateQuantumTaskRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateQuantumTaskRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateQuantumTaskRequest.Builder |
shots(Long shots)
The number of shots to use for the task.
|
CreateQuantumTaskRequest.Builder |
tags(Map<String,String> tags)
Tags to be added to the quantum task you're creating.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateQuantumTaskRequest.Builder action(String action)
The action associated with the task.
action - The action associated with the task.CreateQuantumTaskRequest.Builder clientToken(String clientToken)
The client token associated with the request.
clientToken - The client token associated with the request.CreateQuantumTaskRequest.Builder deviceArn(String deviceArn)
The ARN of the device to run the task on.
deviceArn - The ARN of the device to run the task on.CreateQuantumTaskRequest.Builder deviceParameters(String deviceParameters)
The parameters for the device to run the task on.
deviceParameters - The parameters for the device to run the task on.CreateQuantumTaskRequest.Builder outputS3Bucket(String outputS3Bucket)
The S3 bucket to store task result files in.
outputS3Bucket - The S3 bucket to store task result files in.CreateQuantumTaskRequest.Builder outputS3KeyPrefix(String outputS3KeyPrefix)
The key prefix for the location in the S3 bucket to store task results in.
outputS3KeyPrefix - The key prefix for the location in the S3 bucket to store task results in.CreateQuantumTaskRequest.Builder shots(Long shots)
The number of shots to use for the task.
shots - The number of shots to use for the task.CreateQuantumTaskRequest.Builder tags(Map<String,String> tags)
Tags to be added to the quantum task you're creating.
tags - Tags to be added to the quantum task you're creating.CreateQuantumTaskRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateQuantumTaskRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.