public static interface RespondActivityTaskCompletedRequest.Builder extends SwfRequest.Builder, SdkPojo, CopyableBuilder<RespondActivityTaskCompletedRequest.Builder,RespondActivityTaskCompletedRequest>
| Modifier and Type | Method and Description |
|---|---|
RespondActivityTaskCompletedRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
RespondActivityTaskCompletedRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
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)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.RespondActivityTaskCompletedRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.