Interface PollForActivityTaskRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<PollForActivityTaskRequest.Builder,
,PollForActivityTaskRequest> SdkBuilder<PollForActivityTaskRequest.Builder,
,PollForActivityTaskRequest> SdkPojo
,SdkRequest.Builder
,SwfRequest.Builder
- Enclosing class:
PollForActivityTaskRequest
public static interface PollForActivityTaskRequest.Builder
extends SwfRequest.Builder, SdkPojo, CopyableBuilder<PollForActivityTaskRequest.Builder,PollForActivityTaskRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the domain that contains the task lists being polled.Identity of the worker making the request, recorded in theActivityTaskStarted
event in the workflow history.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.taskList
(Consumer<TaskList.Builder> taskList) Specifies the task list to poll for activity tasks.Specifies the task list to poll for activity 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 that contains the task lists being polled.
- Parameters:
domain
- The name of the domain that contains the task lists being polled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
taskList
Specifies the task list to poll for activity tasks.
The specified string must not start or end with whitespace. It must not contain a
:
(colon),/
(slash),|
(vertical bar), or any control characters (
-