CopyableBuilder<GetActivityTaskResponse.Builder,GetActivityTaskResponse>
, SdkBuilder<GetActivityTaskResponse.Builder,GetActivityTaskResponse>
public static interface GetActivityTaskResponse.Builder extends CopyableBuilder<GetActivityTaskResponse.Builder,GetActivityTaskResponse>
Modifier and Type | Method | Description |
---|---|---|
GetActivityTaskResponse.Builder |
input(String input) |
The JSON input data for the task.
|
GetActivityTaskResponse.Builder |
taskToken(String taskToken) |
A token that identifies the scheduled task.
|
copy
apply, build
GetActivityTaskResponse.Builder taskToken(String taskToken)
A token that identifies the scheduled task. This token must be copied and included in subsequent calls to SendTaskHeartbeat, SendTaskSuccess or SendTaskFailure in order to report the progress or completion of the task.
taskToken
- A token that identifies the scheduled task. This token must be copied and included in subsequent calls
to SendTaskHeartbeat, SendTaskSuccess or SendTaskFailure in order to report the
progress or completion of the task.GetActivityTaskResponse.Builder input(String input)
The JSON input data for the task.
input
- The JSON input data for the task.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.