public static interface RespondActivityTaskCompletedRequest.Builder extends SwfRequest.Builder, SdkPojo, CopyableBuilder<RespondActivityTaskCompletedRequest.Builder,RespondActivityTaskCompletedRequest>
| Modifier and Type | Method and Description |
|---|---|
RespondActivityTaskCompletedRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
RespondActivityTaskCompletedRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
RespondActivityTaskCompletedRequest.Builder |
result(String result)
The result of the activity task.
|
RespondActivityTaskCompletedRequest.Builder |
taskToken(String taskToken)
The
taskToken of the ActivityTask. |
buildoverrideConfigurationcopyapplyMutation, buildRespondActivityTaskCompletedRequest.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.
RespondActivityTaskCompletedRequest.Builder result(String result)
The result of the activity task. It is a free form string that is implementation specific.
result - The result of the activity task. It is a free form string that is implementation specific.RespondActivityTaskCompletedRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderRespondActivityTaskCompletedRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.