Interface SendWorkflowStepStateRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<SendWorkflowStepStateRequest.Builder,
,SendWorkflowStepStateRequest> SdkBuilder<SendWorkflowStepStateRequest.Builder,
,SendWorkflowStepStateRequest> SdkPojo
,SdkRequest.Builder
,TransferRequest.Builder
- Enclosing class:
SendWorkflowStepStateRequest
public static interface SendWorkflowStepStateRequest.Builder
extends TransferRequest.Builder, SdkPojo, CopyableBuilder<SendWorkflowStepStateRequest.Builder,SendWorkflowStepStateRequest>
-
Method Summary
Modifier and TypeMethodDescriptionexecutionId
(String executionId) A unique identifier for the execution of a workflow.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Indicates whether the specified step succeeded or failed.status
(CustomStepStatus status) Indicates whether the specified step succeeded or failed.Used to distinguish between multiple callbacks for multiple Lambda steps within the same execution.workflowId
(String workflowId) A unique identifier for the workflow.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.services.transfer.model.TransferRequest.Builder
build
-
Method Details
-
workflowId
A unique identifier for the workflow.
- Parameters:
workflowId
- A unique identifier for the workflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
executionId
A unique identifier for the execution of a workflow.
- Parameters:
executionId
- A unique identifier for the execution of a workflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
token
Used to distinguish between multiple callbacks for multiple Lambda steps within the same execution.
- Parameters:
token
- Used to distinguish between multiple callbacks for multiple Lambda steps within the same execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
Indicates whether the specified step succeeded or failed.
- Parameters:
status
- Indicates whether the specified step succeeded or failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Indicates whether the specified step succeeded or failed.
- Parameters:
status
- Indicates whether the specified step succeeded or failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
SendWorkflowStepStateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
SendWorkflowStepStateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-