Uses of Interface
software.amazon.awssdk.services.sfn.model.StopExecutionRequest.Builder
Packages that use StopExecutionRequest.Builder
Package
Description
-
Uses of StopExecutionRequest.Builder in software.amazon.awssdk.services.sfn
Method parameters in software.amazon.awssdk.services.sfn with type arguments of type StopExecutionRequest.BuilderModifier and TypeMethodDescriptiondefault 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.BuilderModifier and TypeMethodDescriptionstatic StopExecutionRequest.BuilderStopExecutionRequest.builder()A more detailed explanation of the cause of the failure.The error code of the failure.StopExecutionRequest.Builder.executionArn(String executionArn) The Amazon Resource Name (ARN) of the execution to stop.StopExecutionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) StopExecutionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) StopExecutionRequest.toBuilder()Methods in software.amazon.awssdk.services.sfn.model that return types with arguments of type StopExecutionRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends StopExecutionRequest.Builder>StopExecutionRequest.serializableBuilderClass()