Uses of Interface
software.amazon.awssdk.services.sfn.model.StopExecutionRequest.Builder
-
Packages that use StopExecutionRequest.Builder Package Description software.amazon.awssdk.services.sfn Step Functions software.amazon.awssdk.services.sfn.model -
-
Uses of StopExecutionRequest.Builder in software.amazon.awssdk.services.sfn
Method parameters in software.amazon.awssdk.services.sfn with type arguments of type StopExecutionRequest.Builder Modifier and Type Method Description default CompletableFuture<StopExecutionResponse>SfnAsyncClient. stopExecution(Consumer<StopExecutionRequest.Builder> stopExecutionRequest)Stops an execution.default StopExecutionResponseSfnClient. stopExecution(Consumer<StopExecutionRequest.Builder> stopExecutionRequest)Stops an execution. -
Uses of StopExecutionRequest.Builder in software.amazon.awssdk.services.sfn.model
Methods in software.amazon.awssdk.services.sfn.model that return StopExecutionRequest.Builder Modifier and Type Method Description static StopExecutionRequest.BuilderStopExecutionRequest. builder()StopExecutionRequest.BuilderStopExecutionRequest.Builder. cause(String causeValue)A more detailed explanation of the cause of the failure.StopExecutionRequest.BuilderStopExecutionRequest.Builder. error(String error)The error code of the failure.StopExecutionRequest.BuilderStopExecutionRequest.Builder. executionArn(String executionArn)The Amazon Resource Name (ARN) of the execution to stop.StopExecutionRequest.BuilderStopExecutionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StopExecutionRequest.BuilderStopExecutionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StopExecutionRequest.BuilderStopExecutionRequest. toBuilder()Methods in software.amazon.awssdk.services.sfn.model that return types with arguments of type StopExecutionRequest.Builder Modifier and Type Method Description static Class<? extends StopExecutionRequest.Builder>StopExecutionRequest. serializableBuilderClass()
-