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