Uses of Interface
software.amazon.awssdk.services.sfn.model.RedriveExecutionRequest.Builder
-
Packages that use RedriveExecutionRequest.Builder Package Description software.amazon.awssdk.services.sfn Step Functions software.amazon.awssdk.services.sfn.model -
-
Uses of RedriveExecutionRequest.Builder in software.amazon.awssdk.services.sfn
Method parameters in software.amazon.awssdk.services.sfn with type arguments of type RedriveExecutionRequest.Builder Modifier and Type Method Description default CompletableFuture<RedriveExecutionResponse>SfnAsyncClient. 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.Builder Modifier and Type Method Description static RedriveExecutionRequest.BuilderRedriveExecutionRequest. builder()RedriveExecutionRequest.BuilderRedriveExecutionRequest.Builder. clientToken(String clientToken)A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.RedriveExecutionRequest.BuilderRedriveExecutionRequest.Builder. executionArn(String executionArn)The Amazon Resource Name (ARN) of the execution to be redriven.RedriveExecutionRequest.BuilderRedriveExecutionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)RedriveExecutionRequest.BuilderRedriveExecutionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)RedriveExecutionRequest.BuilderRedriveExecutionRequest. toBuilder()Methods in software.amazon.awssdk.services.sfn.model that return types with arguments of type RedriveExecutionRequest.Builder Modifier and Type Method Description static Class<? extends RedriveExecutionRequest.Builder>RedriveExecutionRequest. serializableBuilderClass()
-