Uses of Interface
software.amazon.awssdk.services.sfn.model.RedriveExecutionRequest.Builder
Packages that use RedriveExecutionRequest.Builder
Package
Description
-
Uses of RedriveExecutionRequest.Builder in software.amazon.awssdk.services.sfn
Method parameters in software.amazon.awssdk.services.sfn with type arguments of type RedriveExecutionRequest.BuilderModifier and TypeMethodDescriptionSfnAsyncClient.redriveExecution(Consumer<RedriveExecutionRequest.Builder> redriveExecutionRequest) Restarts unsuccessful executions of Standard workflows that didn't complete successfully in the last 14 days.default RedriveExecutionResponseSfnClient.redriveExecution(Consumer<RedriveExecutionRequest.Builder> redriveExecutionRequest) Restarts unsuccessful executions of Standard workflows that didn't complete successfully in the last 14 days. -
Uses of RedriveExecutionRequest.Builder in software.amazon.awssdk.services.sfn.model
Methods in software.amazon.awssdk.services.sfn.model that return RedriveExecutionRequest.BuilderModifier and TypeMethodDescriptionRedriveExecutionRequest.builder()RedriveExecutionRequest.Builder.clientToken(String clientToken) A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.RedriveExecutionRequest.Builder.executionArn(String executionArn) The Amazon Resource Name (ARN) of the execution to be redriven.RedriveExecutionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) RedriveExecutionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) RedriveExecutionRequest.toBuilder()Methods in software.amazon.awssdk.services.sfn.model that return types with arguments of type RedriveExecutionRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends RedriveExecutionRequest.Builder>RedriveExecutionRequest.serializableBuilderClass()