public static interface PollForDecisionTaskRequest.Builder extends SwfRequest.Builder, SdkPojo, CopyableBuilder<PollForDecisionTaskRequest.Builder,PollForDecisionTaskRequest>
| Modifier and Type | Method and Description |
|---|---|
PollForDecisionTaskRequest.Builder |
domain(String domain)
The name of the domain containing the task lists to poll.
|
PollForDecisionTaskRequest.Builder |
identity(String identity)
Identity of the decider making the request, which is recorded in the DecisionTaskStarted event in the
workflow history.
|
PollForDecisionTaskRequest.Builder |
maximumPageSize(Integer maximumPageSize)
The maximum number of results that are returned per call.
|
PollForDecisionTaskRequest.Builder |
nextPageToken(String nextPageToken)
If
NextPageToken is returned there are more results available. |
PollForDecisionTaskRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PollForDecisionTaskRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
PollForDecisionTaskRequest.Builder |
reverseOrder(Boolean reverseOrder)
When set to
true, returns the events in reverse order. |
PollForDecisionTaskRequest.Builder |
startAtPreviousStartedEvent(Boolean startAtPreviousStartedEvent)
When set to
true, returns the events with eventTimestamp greater than or equal to
eventTimestamp of the most recent DecisionTaskStarted event. |
default PollForDecisionTaskRequest.Builder |
taskList(Consumer<TaskList.Builder> taskList)
Specifies the task list to poll for decision tasks.
|
PollForDecisionTaskRequest.Builder |
taskList(TaskList taskList)
Specifies the task list to poll for decision tasks.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPollForDecisionTaskRequest.Builder domain(String domain)
The name of the domain containing the task lists to poll.
domain - The name of the domain containing the task lists to poll.PollForDecisionTaskRequest.Builder taskList(TaskList taskList)
Specifies the task list to poll for decision tasks.
The specified string must not contain a : (colon), / (slash), |
(vertical bar), or any control characters (