| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf.model |
| Modifier and Type | Method and Description |
|---|---|
static WorkflowTypeFilter.Builder |
WorkflowTypeFilter.builder() |
WorkflowTypeFilter.Builder |
WorkflowTypeFilter.Builder.name(String name)
Name of the workflow type.
|
WorkflowTypeFilter.Builder |
WorkflowTypeFilter.toBuilder() |
WorkflowTypeFilter.Builder |
WorkflowTypeFilter.Builder.version(String version)
Version of the workflow type.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends WorkflowTypeFilter.Builder> |
WorkflowTypeFilter.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ListOpenWorkflowExecutionsRequest.Builder |
ListOpenWorkflowExecutionsRequest.Builder.typeFilter(Consumer<WorkflowTypeFilter.Builder> typeFilter)
If specified, only executions of the type specified in the filter are returned.
|
default ListClosedWorkflowExecutionsRequest.Builder |
ListClosedWorkflowExecutionsRequest.Builder.typeFilter(Consumer<WorkflowTypeFilter.Builder> typeFilter)
If specified, only executions of the type specified in the filter are returned.
|
default CountOpenWorkflowExecutionsRequest.Builder |
CountOpenWorkflowExecutionsRequest.Builder.typeFilter(Consumer<WorkflowTypeFilter.Builder> typeFilter)
Specifies the type of the workflow executions to be counted.
|
default CountClosedWorkflowExecutionsRequest.Builder |
CountClosedWorkflowExecutionsRequest.Builder.typeFilter(Consumer<WorkflowTypeFilter.Builder> typeFilter)
If specified, indicates the type of the workflow executions to be counted.
|
Copyright © 2019. All rights reserved.