Interface ExecutionDetails.Builder

    • Method Detail

      • mostRecentExecutionMessage

        ExecutionDetails.Builder mostRecentExecutionMessage​(String mostRecentExecutionMessage)

        Describes the details of the most recent flow run.

        Parameters:
        mostRecentExecutionMessage - Describes the details of the most recent flow run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • mostRecentExecutionTime

        ExecutionDetails.Builder mostRecentExecutionTime​(Instant mostRecentExecutionTime)

        Specifies the time of the most recent flow run.

        Parameters:
        mostRecentExecutionTime - Specifies the time of the most recent flow run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • mostRecentExecutionStatus

        ExecutionDetails.Builder mostRecentExecutionStatus​(String mostRecentExecutionStatus)

        Specifies the status of the most recent flow run.

        Parameters:
        mostRecentExecutionStatus - Specifies the status of the most recent flow run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ExecutionStatus, ExecutionStatus
      • mostRecentExecutionStatus

        ExecutionDetails.Builder mostRecentExecutionStatus​(ExecutionStatus mostRecentExecutionStatus)

        Specifies the status of the most recent flow run.

        Parameters:
        mostRecentExecutionStatus - Specifies the status of the most recent flow run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ExecutionStatus, ExecutionStatus