static ListFlowExecutionMessagesResponse.Builder |
ListFlowExecutionMessagesResponse.builder() |
|
ListFlowExecutionMessagesResponse.Builder |
ListFlowExecutionMessagesResponse.Builder.messages(Collection<FlowExecutionMessage> messages) |
A list of objects that contain information about events in the specified flow execution.
|
ListFlowExecutionMessagesResponse.Builder |
ListFlowExecutionMessagesResponse.Builder.messages(Consumer<FlowExecutionMessage.Builder>... messages) |
A list of objects that contain information about events in the specified flow execution.
|
ListFlowExecutionMessagesResponse.Builder |
ListFlowExecutionMessagesResponse.Builder.messages(FlowExecutionMessage... messages) |
A list of objects that contain information about events in the specified flow execution.
|
ListFlowExecutionMessagesResponse.Builder |
ListFlowExecutionMessagesResponse.Builder.nextToken(String nextToken) |
The string to specify as nextToken when you request the next page of results.
|
ListFlowExecutionMessagesResponse.Builder |
ListFlowExecutionMessagesResponse.toBuilder() |
|