public static interface ListOpenWorkflowExecutionsRequest.Builder extends SwfRequest.Builder, SdkPojo, CopyableBuilder<ListOpenWorkflowExecutionsRequest.Builder,ListOpenWorkflowExecutionsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListOpenWorkflowExecutionsRequest.Builder |
domain(String domain)
The name of the domain that contains the workflow executions to list.
|
default ListOpenWorkflowExecutionsRequest.Builder |
executionFilter(Consumer<WorkflowExecutionFilter.Builder> executionFilter)
If specified, only workflow executions matching the workflow ID specified in the filter are returned.
|
ListOpenWorkflowExecutionsRequest.Builder |
executionFilter(WorkflowExecutionFilter executionFilter)
If specified, only workflow executions matching the workflow ID specified in the filter are returned.
|
ListOpenWorkflowExecutionsRequest.Builder |
maximumPageSize(Integer maximumPageSize)
The maximum number of results that are returned per call.
|
ListOpenWorkflowExecutionsRequest.Builder |
nextPageToken(String nextPageToken)
If
NextPageToken is returned there are more results available. |
ListOpenWorkflowExecutionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListOpenWorkflowExecutionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListOpenWorkflowExecutionsRequest.Builder |
reverseOrder(Boolean reverseOrder)
When set to
true, returns the results in reverse order. |
default 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 |
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 |
tagFilter(Consumer<TagFilter.Builder> tagFilter)
If specified, only executions that have the matching tag are listed.
|
ListOpenWorkflowExecutionsRequest.Builder |
tagFilter(TagFilter tagFilter)
If specified, only executions that have the matching tag are listed.
|
default ListOpenWorkflowExecutionsRequest.Builder |
typeFilter(Consumer<WorkflowTypeFilter.Builder> typeFilter)
If specified, only executions of the type specified in the filter are returned.
|
ListOpenWorkflowExecutionsRequest.Builder |
typeFilter(WorkflowTypeFilter typeFilter)
If specified, only executions of the type specified in the filter are returned.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListOpenWorkflowExecutionsRequest.Builder domain(String domain)
The name of the domain that contains the workflow executions to list.
domain - The name of the domain that contains the workflow executions to list.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.
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 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.
This is a convenience that creates an instance of theExecutionTimeFilter.Builder avoiding the need
to create one manually via ExecutionTimeFilter.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to startTimeFilter(ExecutionTimeFilter).startTimeFilter - a consumer that will call methods on ExecutionTimeFilter.BuilderstartTimeFilter(ExecutionTimeFilter)ListOpenWorkflowExecutionsRequest.Builder typeFilter(WorkflowTypeFilter typeFilter)
If specified, only executions of the type specified in the filter are returned.
executionFilter, typeFilter and tagFilter are mutually exclusive. You
can specify at most one of these in a request.
typeFilter - If specified, only executions of the type specified in the filter are returned.
executionFilter, typeFilter and tagFilter are mutually
exclusive. You can specify at most one of these in a request.
default ListOpenWorkflowExecutionsRequest.Builder typeFilter(Consumer<WorkflowTypeFilter.Builder> typeFilter)
If specified, only executions of the type specified in the filter are returned.
executionFilter, typeFilter and tagFilter are mutually exclusive. You
can specify at most one of these in a request.
WorkflowTypeFilter.Builder avoiding the
need to create one manually via WorkflowTypeFilter.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to typeFilter(WorkflowTypeFilter).typeFilter - a consumer that will call methods on WorkflowTypeFilter.BuildertypeFilter(WorkflowTypeFilter)ListOpenWorkflowExecutionsRequest.Builder tagFilter(TagFilter tagFilter)
If specified, only executions that have the matching tag are listed.
executionFilter, typeFilter and tagFilter are mutually exclusive. You
can specify at most one of these in a request.
tagFilter - If specified, only executions that have the matching tag are listed.
executionFilter, typeFilter and tagFilter are mutually
exclusive. You can specify at most one of these in a request.
default ListOpenWorkflowExecutionsRequest.Builder tagFilter(Consumer<TagFilter.Builder> tagFilter)
If specified, only executions that have the matching tag are listed.
executionFilter, typeFilter and tagFilter are mutually exclusive. You
can specify at most one of these in a request.
TagFilter.Builder avoiding the need to
create one manually via TagFilter.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to tagFilter(TagFilter).tagFilter - a consumer that will call methods on TagFilter.BuildertagFilter(TagFilter)ListOpenWorkflowExecutionsRequest.Builder nextPageToken(String nextPageToken)
If NextPageToken is returned there are more results available. The value of
NextPageToken is a unique pagination token for each page. Make the call again using the returned
token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 60
seconds. Using an expired pagination token will return a 400 error: "
Specified token has exceeded its maximum lifetime".
The configured maximumPageSize determines how many results can be returned in a single call.
nextPageToken - If NextPageToken is returned there are more results available. The value of
NextPageToken is a unique pagination token for each page. Make the call again using the
returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token
expires after 60 seconds. Using an expired pagination token will return a 400 error: "
Specified token has exceeded its maximum lifetime".
The configured maximumPageSize determines how many results can be returned in a single
call.
ListOpenWorkflowExecutionsRequest.Builder maximumPageSize(Integer maximumPageSize)
The maximum number of results that are returned per call. Use nextPageToken to obtain further
pages of results.
maximumPageSize - The maximum number of results that are returned per call. Use nextPageToken to obtain
further pages of results.ListOpenWorkflowExecutionsRequest.Builder reverseOrder(Boolean reverseOrder)
When set to true, returns the results in reverse order. By default the results are returned in
descending order of the start time of the executions.
reverseOrder - When set to true, returns the results in reverse order. By default the results are
returned in descending order of the start time of the executions.ListOpenWorkflowExecutionsRequest.Builder executionFilter(WorkflowExecutionFilter executionFilter)
If specified, only workflow executions matching the workflow ID specified in the filter are returned.
executionFilter, typeFilter and tagFilter are mutually exclusive. You
can specify at most one of these in a request.
executionFilter - If specified, only workflow executions matching the workflow ID specified in the filter are
returned.
executionFilter, typeFilter and tagFilter are mutually
exclusive. You can specify at most one of these in a request.
default ListOpenWorkflowExecutionsRequest.Builder executionFilter(Consumer<WorkflowExecutionFilter.Builder> executionFilter)
If specified, only workflow executions matching the workflow ID specified in the filter are returned.
executionFilter, typeFilter and tagFilter are mutually exclusive. You
can specify at most one of these in a request.
WorkflowExecutionFilter.Builder
avoiding the need to create one manually via WorkflowExecutionFilter.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to executionFilter(WorkflowExecutionFilter).executionFilter - a consumer that will call methods on WorkflowExecutionFilter.BuilderexecutionFilter(WorkflowExecutionFilter)ListOpenWorkflowExecutionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListOpenWorkflowExecutionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.