| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf.model |
| Modifier and Type | Method and Description |
|---|---|
static WorkflowExecutionFilter.Builder |
WorkflowExecutionFilter.builder() |
WorkflowExecutionFilter.Builder |
WorkflowExecutionFilter.toBuilder() |
WorkflowExecutionFilter.Builder |
WorkflowExecutionFilter.Builder.workflowId(String workflowId)
The workflowId to pass of match the criteria of this filter.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends WorkflowExecutionFilter.Builder> |
WorkflowExecutionFilter.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CountOpenWorkflowExecutionsRequest.Builder |
CountOpenWorkflowExecutionsRequest.Builder.executionFilter(Consumer<WorkflowExecutionFilter.Builder> executionFilter)
If specified, only workflow executions matching the
WorkflowId in the filter are counted. |
default CountClosedWorkflowExecutionsRequest.Builder |
CountClosedWorkflowExecutionsRequest.Builder.executionFilter(Consumer<WorkflowExecutionFilter.Builder> executionFilter)
If specified, only workflow executions matching the
WorkflowId in the filter are counted. |
default ListOpenWorkflowExecutionsRequest.Builder |
ListOpenWorkflowExecutionsRequest.Builder.executionFilter(Consumer<WorkflowExecutionFilter.Builder> executionFilter)
If specified, only workflow executions matching the workflow ID specified in the filter are returned.
|
default ListClosedWorkflowExecutionsRequest.Builder |
ListClosedWorkflowExecutionsRequest.Builder.executionFilter(Consumer<WorkflowExecutionFilter.Builder> executionFilter)
If specified, only workflow executions matching the workflow ID specified in the filter are returned.
|
Copyright © 2022. All rights reserved.