static ListFlowExecutionEventsResponse.Builder |
ListFlowExecutionEventsResponse.builder() |
|
ListFlowExecutionEventsResponse.Builder |
ListFlowExecutionEventsResponse.Builder.flowExecutionEvents(Collection<FlowExecutionEvent> flowExecutionEvents) |
A list of events that occurred during the flow execution.
|
ListFlowExecutionEventsResponse.Builder |
ListFlowExecutionEventsResponse.Builder.flowExecutionEvents(Consumer<FlowExecutionEvent.Builder>... flowExecutionEvents) |
A list of events that occurred during the flow execution.
|
ListFlowExecutionEventsResponse.Builder |
ListFlowExecutionEventsResponse.Builder.flowExecutionEvents(FlowExecutionEvent... flowExecutionEvents) |
A list of events that occurred during the flow execution.
|
ListFlowExecutionEventsResponse.Builder |
ListFlowExecutionEventsResponse.Builder.nextToken(String nextToken) |
A token to retrieve the next set of results.
|
ListFlowExecutionEventsResponse.Builder |
ListFlowExecutionEventsResponse.toBuilder() |
|