public static interface PollForActivityTaskRequest.Builder extends SwfRequest.Builder, SdkPojo, CopyableBuilder<PollForActivityTaskRequest.Builder,PollForActivityTaskRequest>
Modifier and Type | Method and Description |
---|---|
PollForActivityTaskRequest.Builder |
domain(String domain)
The name of the domain that contains the task lists being polled.
|
PollForActivityTaskRequest.Builder |
identity(String identity)
Identity of the worker making the request, recorded in the
ActivityTaskStarted event in the
workflow history. |
PollForActivityTaskRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
PollForActivityTaskRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
default PollForActivityTaskRequest.Builder |
taskList(Consumer<TaskList.Builder> taskList)
Specifies the task list to poll for activity tasks.
|
PollForActivityTaskRequest.Builder |
taskList(TaskList taskList)
Specifies the task list to poll for activity tasks.
|
build
overrideConfiguration
copy
applyMutation, build
PollForActivityTaskRequest.Builder domain(String domain)
The name of the domain that contains the task lists being polled.
domain
- The name of the domain that contains the task lists being polled.PollForActivityTaskRequest.Builder taskList(TaskList 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 (