Uses of Interface
software.amazon.awssdk.services.swf.model.WorkflowExecutionFilter.Builder
-
Packages that use WorkflowExecutionFilter.Builder Package Description software.amazon.awssdk.services.swf.model -
-
Uses of WorkflowExecutionFilter.Builder in software.amazon.awssdk.services.swf.model
Methods in software.amazon.awssdk.services.swf.model that return WorkflowExecutionFilter.Builder Modifier and Type Method Description static WorkflowExecutionFilter.BuilderWorkflowExecutionFilter. builder()WorkflowExecutionFilter.BuilderWorkflowExecutionFilter. toBuilder()WorkflowExecutionFilter.BuilderWorkflowExecutionFilter.Builder. workflowId(String workflowId)The workflowId to pass of match the criteria of this filter.Methods in software.amazon.awssdk.services.swf.model that return types with arguments of type WorkflowExecutionFilter.Builder Modifier and Type Method Description static Class<? extends WorkflowExecutionFilter.Builder>WorkflowExecutionFilter. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.swf.model with type arguments of type WorkflowExecutionFilter.Builder Modifier and Type Method Description default CountClosedWorkflowExecutionsRequest.BuilderCountClosedWorkflowExecutionsRequest.Builder. executionFilter(Consumer<WorkflowExecutionFilter.Builder> executionFilter)If specified, only workflow executions matching theWorkflowIdin the filter are counted.default CountOpenWorkflowExecutionsRequest.BuilderCountOpenWorkflowExecutionsRequest.Builder. executionFilter(Consumer<WorkflowExecutionFilter.Builder> executionFilter)If specified, only workflow executions matching theWorkflowIdin the filter are counted.default ListClosedWorkflowExecutionsRequest.BuilderListClosedWorkflowExecutionsRequest.Builder. executionFilter(Consumer<WorkflowExecutionFilter.Builder> executionFilter)If specified, only workflow executions matching the workflow ID specified in the filter are returned.default ListOpenWorkflowExecutionsRequest.BuilderListOpenWorkflowExecutionsRequest.Builder. executionFilter(Consumer<WorkflowExecutionFilter.Builder> executionFilter)If specified, only workflow executions matching the workflow ID specified in the filter are returned.
-