Interface ListDurableExecutionsByFunctionResponse.Builder

    • Method Detail

      • durableExecutions

        ListDurableExecutionsByFunctionResponse.Builder durableExecutions​(Collection<Execution> durableExecutions)

        List of durable execution summaries matching the filter criteria.

        Parameters:
        durableExecutions - List of durable execution summaries matching the filter criteria.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • durableExecutions

        ListDurableExecutionsByFunctionResponse.Builder durableExecutions​(Execution... durableExecutions)

        List of durable execution summaries matching the filter criteria.

        Parameters:
        durableExecutions - List of durable execution summaries matching the filter criteria.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextMarker

        ListDurableExecutionsByFunctionResponse.Builder nextMarker​(String nextMarker)

        Pagination token for retrieving additional results. Present only if there are more results available.

        Parameters:
        nextMarker - Pagination token for retrieving additional results. Present only if there are more results available.
        Returns:
        Returns a reference to this object so that method calls can be chained together.