public static interface RecordActivityTaskHeartbeatRequest.Builder extends SwfRequest.Builder, SdkPojo, CopyableBuilder<RecordActivityTaskHeartbeatRequest.Builder,RecordActivityTaskHeartbeatRequest>
| Modifier and Type | Method and Description |
|---|---|
RecordActivityTaskHeartbeatRequest.Builder |
details(String details)
If specified, contains details about the progress of the task.
|
RecordActivityTaskHeartbeatRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
RecordActivityTaskHeartbeatRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
RecordActivityTaskHeartbeatRequest.Builder |
taskToken(String taskToken)
The
taskToken of the ActivityTask. |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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.RecordActivityTaskHeartbeatRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderRecordActivityTaskHeartbeatRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.