| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf.model |
| Modifier and Type | Method and Description |
|---|---|
static ExecutionTimeFilter.Builder |
ExecutionTimeFilter.builder() |
ExecutionTimeFilter.Builder |
ExecutionTimeFilter.Builder.latestDate(Instant latestDate)
Specifies the latest start or close date and time to return.
|
ExecutionTimeFilter.Builder |
ExecutionTimeFilter.Builder.oldestDate(Instant oldestDate)
Specifies the oldest start or close date and time to return.
|
ExecutionTimeFilter.Builder |
ExecutionTimeFilter.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ExecutionTimeFilter.Builder> |
ExecutionTimeFilter.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ListClosedWorkflowExecutionsRequest.Builder |
ListClosedWorkflowExecutionsRequest.Builder.closeTimeFilter(Consumer<ExecutionTimeFilter.Builder> closeTimeFilter)
If specified, the workflow executions are included in the returned results based on whether their close times
are within the range specified by this filter.
|
default CountClosedWorkflowExecutionsRequest.Builder |
CountClosedWorkflowExecutionsRequest.Builder.closeTimeFilter(Consumer<ExecutionTimeFilter.Builder> closeTimeFilter)
If specified, only workflow executions that meet the close time criteria of the filter are counted.
|
default ListOpenWorkflowExecutionsRequest.Builder |
ListOpenWorkflowExecutionsRequest.Builder.startTimeFilter(Consumer<ExecutionTimeFilter.Builder> startTimeFilter)
Workflow executions are included in the returned results based on whether their start times are within the
range specified by this filter.
|
default ListClosedWorkflowExecutionsRequest.Builder |
ListClosedWorkflowExecutionsRequest.Builder.startTimeFilter(Consumer<ExecutionTimeFilter.Builder> startTimeFilter)
If specified, the workflow executions are included in the returned results based on whether their start times
are within the range specified by this filter.
|
default CountOpenWorkflowExecutionsRequest.Builder |
CountOpenWorkflowExecutionsRequest.Builder.startTimeFilter(Consumer<ExecutionTimeFilter.Builder> startTimeFilter)
Specifies the start time criteria that workflow executions must meet in order to be counted.
|
default CountClosedWorkflowExecutionsRequest.Builder |
CountClosedWorkflowExecutionsRequest.Builder.startTimeFilter(Consumer<ExecutionTimeFilter.Builder> startTimeFilter)
If specified, only workflow executions that meet the start time criteria of the filter are counted.
|
Copyright © 2019. All rights reserved.