public static interface SendTaskFailureRequest.Builder extends SfnRequest.Builder, SdkPojo, CopyableBuilder<SendTaskFailureRequest.Builder,SendTaskFailureRequest>
| Modifier and Type | Method and Description |
|---|---|
SendTaskFailureRequest.Builder |
cause(String causeValue)
A more detailed explanation of the cause of the failure.
|
SendTaskFailureRequest.Builder |
error(String error)
The error code of the failure.
|
SendTaskFailureRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
SendTaskFailureRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
SendTaskFailureRequest.Builder |
taskToken(String taskToken)
The token that represents this task.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildSendTaskFailureRequest.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.SendTaskFailureRequest.Builder error(String error)
The error code of the failure.
error - The error code of the failure.SendTaskFailureRequest.Builder cause(String causeValue)
A more detailed explanation of the cause of the failure.
causeValue - A more detailed explanation of the cause of the failure.SendTaskFailureRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderSendTaskFailureRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.