Interface FlowExecutionSummary.Builder

    • Method Detail

      • flowExecutionId

        FlowExecutionSummary.Builder flowExecutionId​(String flowExecutionId)

        The ID of the flow execution.

        Parameters:
        flowExecutionId - The ID of the flow execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • systemInstanceId

        FlowExecutionSummary.Builder systemInstanceId​(String systemInstanceId)

        The ID of the system instance that contains the flow.

        Parameters:
        systemInstanceId - The ID of the system instance that contains the flow.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • flowTemplateId

        FlowExecutionSummary.Builder flowTemplateId​(String flowTemplateId)

        The ID of the flow.

        Parameters:
        flowTemplateId - The ID of the flow.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdAt

        FlowExecutionSummary.Builder createdAt​(Instant createdAt)

        The date and time when the flow execution summary was created.

        Parameters:
        createdAt - The date and time when the flow execution summary was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • updatedAt

        FlowExecutionSummary.Builder updatedAt​(Instant updatedAt)

        The date and time when the flow execution summary was last updated.

        Parameters:
        updatedAt - The date and time when the flow execution summary was last updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.