Uses of Interface
software.amazon.awssdk.services.swf.model.CloseStatusFilter.Builder
-
Packages that use CloseStatusFilter.Builder Package Description software.amazon.awssdk.services.swf.model -
-
Uses of CloseStatusFilter.Builder in software.amazon.awssdk.services.swf.model
Methods in software.amazon.awssdk.services.swf.model that return CloseStatusFilter.Builder Modifier and Type Method Description static CloseStatusFilter.BuilderCloseStatusFilter. builder()CloseStatusFilter.BuilderCloseStatusFilter.Builder. status(String status)The close status that must match the close status of an execution for it to meet the criteria of this filter.CloseStatusFilter.BuilderCloseStatusFilter.Builder. status(CloseStatus status)The close status that must match the close status of an execution for it to meet the criteria of this filter.CloseStatusFilter.BuilderCloseStatusFilter. toBuilder()Methods in software.amazon.awssdk.services.swf.model that return types with arguments of type CloseStatusFilter.Builder Modifier and Type Method Description static Class<? extends CloseStatusFilter.Builder>CloseStatusFilter. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.swf.model with type arguments of type CloseStatusFilter.Builder Modifier and Type Method Description default CountClosedWorkflowExecutionsRequest.BuilderCountClosedWorkflowExecutionsRequest.Builder. closeStatusFilter(Consumer<CloseStatusFilter.Builder> closeStatusFilter)If specified, only workflow executions that match this close status are counted.default ListClosedWorkflowExecutionsRequest.BuilderListClosedWorkflowExecutionsRequest.Builder. closeStatusFilter(Consumer<CloseStatusFilter.Builder> closeStatusFilter)If specified, only workflow executions that match this close status are listed.
-