Interface GetWorkflowRunResponse.Builder

    • Method Detail

      • spaceName

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

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

        GetWorkflowRunResponse.Builder id​(String id)

        The ID of the workflow run.

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

        GetWorkflowRunResponse.Builder workflowId​(String workflowId)

        The ID of the workflow.

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

        GetWorkflowRunResponse.Builder statusReasons​(Collection<WorkflowRunStatusReason> statusReasons)

        Information about the reasons for the status of the workflow run.

        Parameters:
        statusReasons - Information about the reasons for the status of the workflow run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • statusReasons

        GetWorkflowRunResponse.Builder statusReasons​(WorkflowRunStatusReason... statusReasons)

        Information about the reasons for the status of the workflow run.

        Parameters:
        statusReasons - Information about the reasons for the status of the workflow run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • startTime

        GetWorkflowRunResponse.Builder startTime​(Instant startTime)

        The date and time the workflow run began, in coordinated universal time (UTC) timestamp format as specified in RFC 3339

        Parameters:
        startTime - The date and time the workflow run began, in coordinated universal time (UTC) timestamp format as specified in RFC 3339
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endTime

        GetWorkflowRunResponse.Builder endTime​(Instant endTime)

        The date and time the workflow run ended, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.

        Parameters:
        endTime - The date and time the workflow run ended, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastUpdatedTime

        GetWorkflowRunResponse.Builder lastUpdatedTime​(Instant lastUpdatedTime)

        The date and time the workflow run status was last updated, in coordinated universal time (UTC) timestamp format as specified in RFC 3339

        Parameters:
        lastUpdatedTime - The date and time the workflow run status was last updated, in coordinated universal time (UTC) timestamp format as specified in RFC 3339
        Returns:
        Returns a reference to this object so that method calls can be chained together.