public static interface SearchQuantumTasksResponse.Builder extends BraketResponse.Builder, SdkPojo, CopyableBuilder<SearchQuantumTasksResponse.Builder,SearchQuantumTasksResponse>
| Modifier and Type | Method and Description |
|---|---|
SearchQuantumTasksResponse.Builder |
nextToken(String nextToken)
A token used for pagination of results, or null if there are no additional results.
|
SearchQuantumTasksResponse.Builder |
quantumTasks(Collection<QuantumTaskSummary> quantumTasks)
An array of
QuantumTaskSummary objects for tasks that match the specified filters. |
SearchQuantumTasksResponse.Builder |
quantumTasks(Consumer<QuantumTaskSummary.Builder>... quantumTasks)
An array of
QuantumTaskSummary objects for tasks that match the specified filters. |
SearchQuantumTasksResponse.Builder |
quantumTasks(QuantumTaskSummary... quantumTasks)
An array of
QuantumTaskSummary objects for tasks that match the specified filters. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchQuantumTasksResponse.Builder nextToken(String nextToken)
A token used for pagination of results, or null if there are no additional results. Use the token value in a subsequent request to continue results where the previous request ended.
nextToken - A token used for pagination of results, or null if there are no additional results. Use the token
value in a subsequent request to continue results where the previous request ended.SearchQuantumTasksResponse.Builder quantumTasks(Collection<QuantumTaskSummary> quantumTasks)
An array of QuantumTaskSummary objects for tasks that match the specified filters.
quantumTasks - An array of QuantumTaskSummary objects for tasks that match the specified filters.SearchQuantumTasksResponse.Builder quantumTasks(QuantumTaskSummary... quantumTasks)
An array of QuantumTaskSummary objects for tasks that match the specified filters.
quantumTasks - An array of QuantumTaskSummary objects for tasks that match the specified filters.SearchQuantumTasksResponse.Builder quantumTasks(Consumer<QuantumTaskSummary.Builder>... quantumTasks)
An array of QuantumTaskSummary objects for tasks that match the specified filters.
QuantumTaskSummary.Builder avoiding the need to create
one manually via QuantumTaskSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #quantumTasks(List.
quantumTasks - a consumer that will call methods on
QuantumTaskSummary.Builder#quantumTasks(java.util.Collection) Copyright © 2022. All rights reserved.