public static interface SendWorkflowStepStateRequest.Builder extends TransferRequest.Builder, SdkPojo, CopyableBuilder<SendWorkflowStepStateRequest.Builder,SendWorkflowStepStateRequest>
| Modifier and Type | Method and Description |
|---|---|
SendWorkflowStepStateRequest.Builder |
executionId(String executionId)
A unique identifier for the execution of a workflow.
|
SendWorkflowStepStateRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
SendWorkflowStepStateRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
SendWorkflowStepStateRequest.Builder |
status(CustomStepStatus status)
Indicates whether the specified step succeeded or failed.
|
SendWorkflowStepStateRequest.Builder |
status(String status)
Indicates whether the specified step succeeded or failed.
|
SendWorkflowStepStateRequest.Builder |
token(String token)
Used to distinguish between multiple callbacks for multiple Lambda steps within the same execution.
|
SendWorkflowStepStateRequest.Builder |
workflowId(String workflowId)
A unique identifier for the workflow.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildSendWorkflowStepStateRequest.Builder workflowId(String workflowId)
A unique identifier for the workflow.
workflowId - A unique identifier for the workflow.SendWorkflowStepStateRequest.Builder executionId(String executionId)
A unique identifier for the execution of a workflow.
executionId - A unique identifier for the execution of a workflow.SendWorkflowStepStateRequest.Builder token(String token)
Used to distinguish between multiple callbacks for multiple Lambda steps within the same execution.
token - Used to distinguish between multiple callbacks for multiple Lambda steps within the same execution.SendWorkflowStepStateRequest.Builder status(String status)
Indicates whether the specified step succeeded or failed.
status - Indicates whether the specified step succeeded or failed.CustomStepStatus,
CustomStepStatusSendWorkflowStepStateRequest.Builder status(CustomStepStatus status)
Indicates whether the specified step succeeded or failed.
status - Indicates whether the specified step succeeded or failed.CustomStepStatus,
CustomStepStatusSendWorkflowStepStateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderSendWorkflowStepStateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.