CopyableBuilder<RecordActivityTaskHeartbeatRequest.Builder,RecordActivityTaskHeartbeatRequest>, SdkBuilder<RecordActivityTaskHeartbeatRequest.Builder,RecordActivityTaskHeartbeatRequest>public static interface RecordActivityTaskHeartbeatRequest.Builder extends CopyableBuilder<RecordActivityTaskHeartbeatRequest.Builder,RecordActivityTaskHeartbeatRequest>
| Modifier and Type | Method | Description |
|---|---|---|
RecordActivityTaskHeartbeatRequest.Builder |
details(String details) |
If specified, contains details about the progress of the task.
|
RecordActivityTaskHeartbeatRequest.Builder |
taskToken(String taskToken) |
The
taskToken of the ActivityTask. |
copyapply, buildRecordActivityTaskHeartbeatRequest.Builder taskToken(String taskToken)
The taskToken of the ActivityTask.
taskToken is generated by the service and should be treated as an opaque value. If
the task is passed to another process, its taskToken must also be passed. This enables it to
provide its progress and respond with results. taskToken - The taskToken of the ActivityTask. taskToken is
generated by the service and should be treated as an opaque value. If the task is passed to another
process, its taskToken must also be passed. This enables it to provide its progress and
respond with results.RecordActivityTaskHeartbeatRequest.Builder details(String details)
If specified, contains details about the progress of the task.
details - If specified, contains details about the progress of the task.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.