Interface SearchQuantumTasksResponse.Builder

  • Method Details

    • quantumTasks

      An array of QuantumTaskSummary objects for quantum tasks that match the specified filters.

      Parameters:
      quantumTasks - An array of QuantumTaskSummary objects for quantum tasks that match the specified filters.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • quantumTasks

      An array of QuantumTaskSummary objects for quantum tasks that match the specified filters.

      Parameters:
      quantumTasks - An array of QuantumTaskSummary objects for quantum tasks that match the specified filters.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • quantumTasks

      An array of QuantumTaskSummary objects for quantum tasks that match the specified filters.

      This is a convenience method that creates an instance of the 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<QuantumTaskSummary>).

      Parameters:
      quantumTasks - a consumer that will call methods on QuantumTaskSummary.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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 search where the previous request ended.

      Parameters:
      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 search where the previous request ended.
      Returns:
      Returns a reference to this object so that method calls can be chained together.