Interface SearchQuantumTasksResponse.Builder

    • Method Detail

      • nextToken

        SearchQuantumTasksResponse.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.

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

        SearchQuantumTasksResponse.Builder quantumTasks​(Collection<QuantumTaskSummary> quantumTasks)

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

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

        SearchQuantumTasksResponse.Builder quantumTasks​(QuantumTaskSummary... quantumTasks)

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

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