Interface ListFlowExecutionEventsResponse.Builder

  • Method Details

    • 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.
    • flowExecutionEvents

      ListFlowExecutionEventsResponse.Builder flowExecutionEvents(Consumer<FlowExecutionEvent.Builder>... 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.

      This is a convenience method that creates an instance of the FlowExecutionEvent.Builder avoiding the need to create one manually via FlowExecutionEvent.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to flowExecutionEvents(List<FlowExecutionEvent>).

      Parameters:
      flowExecutionEvents - a consumer that will call methods on FlowExecutionEvent.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.