public static interface PollForDecisionTaskRequest.Builder extends SwfRequest.Builder, 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 a
NextPageToken was returned by a previous call, there are more results available. |
PollForDecisionTaskRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
PollForDecisionTaskRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
PollForDecisionTaskRequest.Builder |
reverseOrder(Boolean reverseOrder)
When set to
true , returns the events in reverse order. |
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.
|
build
overrideConfiguration
copy
applyMutation, build
PollForDecisionTaskRequest.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 start or end with whitespace. It must not contain a :
(colon),
/
(slash), |
(vertical bar), or any control characters (