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.
List.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #quantumTasks(List) .quantumTasks - a consumer that will call methods on List.Builder #quantumTasks(List) Copyright © 2020. All rights reserved.