| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf.model |
| Modifier and Type | Method and Description |
|---|---|
static CloseStatusFilter.Builder |
CloseStatusFilter.builder() |
CloseStatusFilter.Builder |
CloseStatusFilter.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.Builder |
CloseStatusFilter.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.Builder |
CloseStatusFilter.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CloseStatusFilter.Builder> |
CloseStatusFilter.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CountClosedWorkflowExecutionsRequest.Builder |
CountClosedWorkflowExecutionsRequest.Builder.closeStatusFilter(Consumer<CloseStatusFilter.Builder> closeStatusFilter)
If specified, only workflow executions that match this close status are counted.
|
default ListClosedWorkflowExecutionsRequest.Builder |
ListClosedWorkflowExecutionsRequest.Builder.closeStatusFilter(Consumer<CloseStatusFilter.Builder> closeStatusFilter)
If specified, only workflow executions that match this close status are listed.
|
Copyright © 2021. All rights reserved.