CopyableBuilder<SendTaskSuccessRequest.Builder,SendTaskSuccessRequest>
, SdkBuilder<SendTaskSuccessRequest.Builder,SendTaskSuccessRequest>
public static interface SendTaskSuccessRequest.Builder extends CopyableBuilder<SendTaskSuccessRequest.Builder,SendTaskSuccessRequest>
Modifier and Type | Method | Description |
---|---|---|
SendTaskSuccessRequest.Builder |
output(String output) |
The JSON output of the task.
|
SendTaskSuccessRequest.Builder |
taskToken(String taskToken) |
The token that represents this task.
|
copy
apply, build
SendTaskSuccessRequest.Builder taskToken(String taskToken)
The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).
taskToken
- The token that represents this task. Task tokens are generated by the service when the tasks are
assigned to a worker (see GetActivityTask::taskToken).SendTaskSuccessRequest.Builder output(String output)
The JSON output of the task.
output
- The JSON output of the task.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.