Interface PollForDecisionTaskRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<PollForDecisionTaskRequest.Builder,
,PollForDecisionTaskRequest> SdkBuilder<PollForDecisionTaskRequest.Builder,
,PollForDecisionTaskRequest> SdkPojo
,SdkRequest.Builder
,SwfRequest.Builder
- Enclosing class:
PollForDecisionTaskRequest
public static interface PollForDecisionTaskRequest.Builder
extends SwfRequest.Builder, SdkPojo, CopyableBuilder<PollForDecisionTaskRequest.Builder,PollForDecisionTaskRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the domain containing the task lists to poll.Identity of the decider making the request, which is recorded in the DecisionTaskStarted event in the workflow history.maximumPageSize
(Integer maximumPageSize) The maximum number of results that are returned per call.nextPageToken
(String nextPageToken) IfNextPageToken
is returned there are more results available.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.reverseOrder
(Boolean reverseOrder) When set totrue
, returns the events in reverse order.startAtPreviousStartedEvent
(Boolean startAtPreviousStartedEvent) When set totrue
, returns the events witheventTimestamp
greater than or equal toeventTimestamp
of the most recentDecisionTaskStarted
event.taskList
(Consumer<TaskList.Builder> taskList) Specifies the task list to poll for decision tasks.Specifies the task list to poll for decision tasks.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.services.swf.model.SwfRequest.Builder
build
-
Method Details
-
domain
The name of the domain containing the task lists to poll.
- Parameters:
domain
- The name of the domain containing the task lists to poll.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 (
-