static SearchFlowExecutionsResponse.Builder |
SearchFlowExecutionsResponse.builder() |
|
SearchFlowExecutionsResponse.Builder |
SearchFlowExecutionsResponse.Builder.nextToken(String nextToken) |
The string to specify as nextToken when you request the next page of results.
|
SearchFlowExecutionsResponse.Builder |
SearchFlowExecutionsResponse.Builder.summaries(Collection<FlowExecutionSummary> summaries) |
An array of objects that contain summary information about each workflow execution in the result set.
|
SearchFlowExecutionsResponse.Builder |
SearchFlowExecutionsResponse.Builder.summaries(Consumer<FlowExecutionSummary.Builder>... summaries) |
An array of objects that contain summary information about each workflow execution in the result set.
|
SearchFlowExecutionsResponse.Builder |
SearchFlowExecutionsResponse.Builder.summaries(FlowExecutionSummary... summaries) |
An array of objects that contain summary information about each workflow execution in the result set.
|
SearchFlowExecutionsResponse.Builder |
SearchFlowExecutionsResponse.toBuilder() |
|