CopyableBuilder<PollForTaskResponse.Builder,PollForTaskResponse>
, SdkBuilder<PollForTaskResponse.Builder,PollForTaskResponse>
public static interface PollForTaskResponse.Builder extends CopyableBuilder<PollForTaskResponse.Builder,PollForTaskResponse>
Modifier and Type | Method | Description |
---|---|---|
PollForTaskResponse.Builder |
taskObject(TaskObject taskObject) |
The information needed to complete the task that is being assigned to the task runner.
|
copy
apply, build
PollForTaskResponse.Builder taskObject(TaskObject taskObject)
The information needed to complete the task that is being assigned to the task runner. One of the fields
returned in this object is taskId
, which contains an identifier for the task being assigned. The
calling task runner uses taskId
in subsequent calls to ReportTaskProgress and
SetTaskStatus.
taskObject
- The information needed to complete the task that is being assigned to the task runner. One of the
fields returned in this object is taskId
, which contains an identifier for the task being
assigned. The calling task runner uses taskId
in subsequent calls to
ReportTaskProgress and SetTaskStatus.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.