static ListOpenWorkflowExecutionsRequest.Builder |
ListOpenWorkflowExecutionsRequest.builder() |
|
ListOpenWorkflowExecutionsRequest.Builder |
ListOpenWorkflowExecutionsRequest.Builder.domain(String domain) |
The name of the domain that contains the workflow executions to list.
|
default ListOpenWorkflowExecutionsRequest.Builder |
ListOpenWorkflowExecutionsRequest.Builder.executionFilter(Consumer<WorkflowExecutionFilter.Builder> executionFilter) |
If specified, only workflow executions matching the workflow ID specified in the filter are returned.
|
ListOpenWorkflowExecutionsRequest.Builder |
ListOpenWorkflowExecutionsRequest.Builder.executionFilter(WorkflowExecutionFilter executionFilter) |
If specified, only workflow executions matching the workflow ID specified in the filter are returned.
|
ListOpenWorkflowExecutionsRequest.Builder |
ListOpenWorkflowExecutionsRequest.Builder.maximumPageSize(Integer maximumPageSize) |
The maximum number of results that are returned per call.
|
ListOpenWorkflowExecutionsRequest.Builder |
ListOpenWorkflowExecutionsRequest.Builder.nextPageToken(String nextPageToken) |
If NextPageToken is returned there are more results available.
|
ListOpenWorkflowExecutionsRequest.Builder |
ListOpenWorkflowExecutionsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
ListOpenWorkflowExecutionsRequest.Builder |
ListOpenWorkflowExecutionsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
ListOpenWorkflowExecutionsRequest.Builder |
ListOpenWorkflowExecutionsRequest.Builder.reverseOrder(Boolean reverseOrder) |
When set to true, returns the results in reverse order.
|
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.
|
ListOpenWorkflowExecutionsRequest.Builder |
ListOpenWorkflowExecutionsRequest.Builder.startTimeFilter(ExecutionTimeFilter startTimeFilter) |
Workflow executions are included in the returned results based on whether their start times are within the
range specified by this filter.
|
default ListOpenWorkflowExecutionsRequest.Builder |
ListOpenWorkflowExecutionsRequest.Builder.tagFilter(Consumer<TagFilter.Builder> tagFilter) |
If specified, only executions that have the matching tag are listed.
|
ListOpenWorkflowExecutionsRequest.Builder |
ListOpenWorkflowExecutionsRequest.Builder.tagFilter(TagFilter tagFilter) |
If specified, only executions that have the matching tag are listed.
|
ListOpenWorkflowExecutionsRequest.Builder |
ListOpenWorkflowExecutionsRequest.toBuilder() |
|
default ListOpenWorkflowExecutionsRequest.Builder |
ListOpenWorkflowExecutionsRequest.Builder.typeFilter(Consumer<WorkflowTypeFilter.Builder> typeFilter) |
If specified, only executions of the type specified in the filter are returned.
|
ListOpenWorkflowExecutionsRequest.Builder |
ListOpenWorkflowExecutionsRequest.Builder.typeFilter(WorkflowTypeFilter typeFilter) |
If specified, only executions of the type specified in the filter are returned.
|