Interface StartWorkflowRunResponse.Builder

    • Method Detail

      • spaceName

        StartWorkflowRunResponse.Builder spaceName​(String spaceName)

        The name of the space.

        Parameters:
        spaceName - The name of the space.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • projectName

        StartWorkflowRunResponse.Builder projectName​(String projectName)

        The name of the project in the space.

        Parameters:
        projectName - The name of the project in the space.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • id

        StartWorkflowRunResponse.Builder id​(String id)

        The system-generated unique ID of the workflow run.

        Parameters:
        id - The system-generated unique ID of the workflow run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • workflowId

        StartWorkflowRunResponse.Builder workflowId​(String workflowId)

        The system-generated unique ID of the workflow.

        Parameters:
        workflowId - The system-generated unique ID of the workflow.
        Returns:
        Returns a reference to this object so that method calls can be chained together.