CopyableBuilder<PollForActivityTaskRequest.Builder,PollForActivityTaskRequest>
, SdkBuilder<PollForActivityTaskRequest.Builder,PollForActivityTaskRequest>
public static interface PollForActivityTaskRequest.Builder extends CopyableBuilder<PollForActivityTaskRequest.Builder,PollForActivityTaskRequest>
Modifier and Type | Method | 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 |
taskList(TaskList taskList) |
Specifies the task list to poll for activity tasks.
|
copy
apply, 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 ( - | -
). Also, it must not contain the literal string quotarnquot.
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
( - | - ). Also, it must not contain the literal string quotarnquot.
PollForActivityTaskRequest.Builder identity(String identity)
Identity of the worker making the request, recorded in the ActivityTaskStarted
event in the
workflow history. This enables diagnostic tracing when problems arise. The form of this identity is user
defined.
identity
- Identity of the worker making the request, recorded in the ActivityTaskStarted
event in
the workflow history. This enables diagnostic tracing when problems arise. The form of this identity
is user defined.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.