static ListClosedWorkflowExecutionsResponse.Builder |
ListClosedWorkflowExecutionsResponse.builder() |
|
ListClosedWorkflowExecutionsResponse.Builder |
ListClosedWorkflowExecutionsResponse.Builder.executionInfos(Collection<WorkflowExecutionInfo> executionInfos) |
The list of workflow information structures.
|
ListClosedWorkflowExecutionsResponse.Builder |
ListClosedWorkflowExecutionsResponse.Builder.executionInfos(Consumer<WorkflowExecutionInfo.Builder>... executionInfos) |
The list of workflow information structures.
|
ListClosedWorkflowExecutionsResponse.Builder |
ListClosedWorkflowExecutionsResponse.Builder.executionInfos(WorkflowExecutionInfo... executionInfos) |
The list of workflow information structures.
|
ListClosedWorkflowExecutionsResponse.Builder |
ListClosedWorkflowExecutionsResponse.Builder.nextPageToken(String nextPageToken) |
If a NextPageToken was returned by a previous call, there are more results available.
|
ListClosedWorkflowExecutionsResponse.Builder |
ListClosedWorkflowExecutionsResponse.toBuilder() |
|