Interface ResumeWorkflowRunResponse.Builder

    • Method Detail

      • runId

        ResumeWorkflowRunResponse.Builder runId​(String runId)

        The new ID assigned to the resumed workflow run. Each resume of a workflow run will have a new run ID.

        Parameters:
        runId - The new ID assigned to the resumed workflow run. Each resume of a workflow run will have a new run ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nodeIds

        ResumeWorkflowRunResponse.Builder nodeIds​(Collection<String> nodeIds)

        A list of the node IDs for the nodes that were actually restarted.

        Parameters:
        nodeIds - A list of the node IDs for the nodes that were actually restarted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nodeIds

        ResumeWorkflowRunResponse.Builder nodeIds​(String... nodeIds)

        A list of the node IDs for the nodes that were actually restarted.

        Parameters:
        nodeIds - A list of the node IDs for the nodes that were actually restarted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.