static ListWorkflowRunsRequest.Builder |
ListWorkflowRunsRequest.builder() |
|
ListWorkflowRunsRequest.Builder |
ListWorkflowRunsRequest.Builder.maxResults(Integer maxResults) |
The maximum number of results to show in a single call to this API.
|
ListWorkflowRunsRequest.Builder |
ListWorkflowRunsRequest.Builder.nextToken(String nextToken) |
A token returned from a call to this API to indicate the next batch of results to return, if any.
|
ListWorkflowRunsRequest.Builder |
ListWorkflowRunsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
ListWorkflowRunsRequest.Builder |
ListWorkflowRunsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
ListWorkflowRunsRequest.Builder |
ListWorkflowRunsRequest.Builder.projectName(String projectName) |
The name of the project in the space.
|
ListWorkflowRunsRequest.Builder |
ListWorkflowRunsRequest.Builder.sortBy(Collection<WorkflowRunSortCriteria> sortBy) |
Information used to sort the items in the returned list.
|
ListWorkflowRunsRequest.Builder |
ListWorkflowRunsRequest.Builder.sortBy(Consumer<WorkflowRunSortCriteria.Builder>... sortBy) |
Information used to sort the items in the returned list.
|
ListWorkflowRunsRequest.Builder |
ListWorkflowRunsRequest.Builder.sortBy(WorkflowRunSortCriteria... sortBy) |
Information used to sort the items in the returned list.
|
ListWorkflowRunsRequest.Builder |
ListWorkflowRunsRequest.Builder.spaceName(String spaceName) |
The name of the space.
|
ListWorkflowRunsRequest.Builder |
ListWorkflowRunsRequest.toBuilder() |
|
ListWorkflowRunsRequest.Builder |
ListWorkflowRunsRequest.Builder.workflowId(String workflowId) |
The ID of the workflow.
|