static ListMatchingWorkflowsResponse.Builder |
ListMatchingWorkflowsResponse.builder() |
|
ListMatchingWorkflowsResponse.Builder |
ListMatchingWorkflowsResponse.Builder.nextToken(String nextToken) |
The pagination token from the previous API call.
|
ListMatchingWorkflowsResponse.Builder |
ListMatchingWorkflowsResponse.toBuilder() |
|
ListMatchingWorkflowsResponse.Builder |
ListMatchingWorkflowsResponse.Builder.workflowSummaries(Collection<MatchingWorkflowSummary> workflowSummaries) |
A list of MatchingWorkflowSummary objects, each of which contain the fields
WorkflowName, WorkflowArn, CreatedAt, and UpdatedAt.
|
ListMatchingWorkflowsResponse.Builder |
ListMatchingWorkflowsResponse.Builder.workflowSummaries(Consumer<MatchingWorkflowSummary.Builder>... workflowSummaries) |
A list of MatchingWorkflowSummary objects, each of which contain the fields
WorkflowName, WorkflowArn, CreatedAt, and UpdatedAt.
|
ListMatchingWorkflowsResponse.Builder |
ListMatchingWorkflowsResponse.Builder.workflowSummaries(MatchingWorkflowSummary... workflowSummaries) |
A list of MatchingWorkflowSummary objects, each of which contain the fields
WorkflowName, WorkflowArn, CreatedAt, and UpdatedAt.
|