public static interface SendTaskSuccessRequest.Builder extends SfnRequest.Builder, SdkPojo, CopyableBuilder<SendTaskSuccessRequest.Builder,SendTaskSuccessRequest>
| Modifier and Type | Method and Description |
|---|---|
SendTaskSuccessRequest.Builder |
output(String output)
The JSON output of the task.
|
SendTaskSuccessRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
SendTaskSuccessRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
SendTaskSuccessRequest.Builder |
taskToken(String taskToken)
The token that represents this task.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildSendTaskSuccessRequest.Builder taskToken(String taskToken)
The token that represents this task. Task tokens are generated by Step Functions when tasks are assigned to a worker, or in the context object when a workflow enters a task state. See GetActivityTaskOutput$taskToken.
taskToken - The token that represents this task. Task tokens are generated by Step Functions when tasks are
assigned to a worker, or in the context
object when a workflow enters a task state. See GetActivityTaskOutput$taskToken.SendTaskSuccessRequest.Builder output(String output)
The JSON output of the task. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.
output - The JSON output of the task. Length constraints apply to the payload size, and are expressed as bytes
in UTF-8 encoding.SendTaskSuccessRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderSendTaskSuccessRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.