Interface ListFlowExecutionEventsResponse.Builder

    • Method Detail

      • flowExecutionEvents

        ListFlowExecutionEventsResponse.Builder flowExecutionEvents​(Collection<FlowExecutionEvent> flowExecutionEvents)

        A list of events that occurred during the flow execution. Events can include node inputs and outputs, flow inputs and outputs, condition results, and failure events.

        Parameters:
        flowExecutionEvents - A list of events that occurred during the flow execution. Events can include node inputs and outputs, flow inputs and outputs, condition results, and failure events.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • flowExecutionEvents

        ListFlowExecutionEventsResponse.Builder flowExecutionEvents​(FlowExecutionEvent... flowExecutionEvents)

        A list of events that occurred during the flow execution. Events can include node inputs and outputs, flow inputs and outputs, condition results, and failure events.

        Parameters:
        flowExecutionEvents - A list of events that occurred during the flow execution. Events can include node inputs and outputs, flow inputs and outputs, condition results, and failure events.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListFlowExecutionEventsResponse.Builder nextToken​(String nextToken)

        A token to retrieve the next set of results. This value is returned if more results are available.

        Parameters:
        nextToken - A token to retrieve the next set of results. This value is returned if more results are available.
        Returns:
        Returns a reference to this object so that method calls can be chained together.