Uses of Interface
software.amazon.awssdk.services.glue.model.StopWorkflowRunRequest.Builder
-
Packages that use StopWorkflowRunRequest.Builder Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.model -
-
Uses of StopWorkflowRunRequest.Builder in software.amazon.awssdk.services.glue
Method parameters in software.amazon.awssdk.services.glue with type arguments of type StopWorkflowRunRequest.Builder Modifier and Type Method Description default CompletableFuture<StopWorkflowRunResponse>GlueAsyncClient. stopWorkflowRun(Consumer<StopWorkflowRunRequest.Builder> stopWorkflowRunRequest)Stops the execution of the specified workflow run.default StopWorkflowRunResponseGlueClient. stopWorkflowRun(Consumer<StopWorkflowRunRequest.Builder> stopWorkflowRunRequest)Stops the execution of the specified workflow run. -
Uses of StopWorkflowRunRequest.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return StopWorkflowRunRequest.Builder Modifier and Type Method Description static StopWorkflowRunRequest.BuilderStopWorkflowRunRequest. builder()StopWorkflowRunRequest.BuilderStopWorkflowRunRequest.Builder. name(String name)The name of the workflow to stop.StopWorkflowRunRequest.BuilderStopWorkflowRunRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StopWorkflowRunRequest.BuilderStopWorkflowRunRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StopWorkflowRunRequest.BuilderStopWorkflowRunRequest.Builder. runId(String runId)The ID of the workflow run to stop.StopWorkflowRunRequest.BuilderStopWorkflowRunRequest. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type StopWorkflowRunRequest.Builder Modifier and Type Method Description static Class<? extends StopWorkflowRunRequest.Builder>StopWorkflowRunRequest. serializableBuilderClass()
-