Interface WorkflowRunSummary.Builder

    • Method Detail

      • id

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

        WorkflowRunSummary.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.
      • workflowName

        WorkflowRunSummary.Builder workflowName​(String workflowName)

        The name of the workflow.

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

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

        The reasons for the workflow run status.

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

        WorkflowRunSummary.Builder statusReasons​(WorkflowRunStatusReason... statusReasons)

        The reasons for the workflow run status.

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

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

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

        WorkflowRunSummary.Builder lastUpdatedTime​(Instant lastUpdatedTime)

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

        Parameters:
        lastUpdatedTime - The date and time the workflow 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.