Uses of Interface
software.amazon.awssdk.services.glue.model.StartWorkflowRunRequest.Builder
-
Packages that use StartWorkflowRunRequest.Builder Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.model -
-
Uses of StartWorkflowRunRequest.Builder in software.amazon.awssdk.services.glue
Method parameters in software.amazon.awssdk.services.glue with type arguments of type StartWorkflowRunRequest.Builder Modifier and Type Method Description default CompletableFuture<StartWorkflowRunResponse>GlueAsyncClient. startWorkflowRun(Consumer<StartWorkflowRunRequest.Builder> startWorkflowRunRequest)Starts a new run of the specified workflow.default StartWorkflowRunResponseGlueClient. startWorkflowRun(Consumer<StartWorkflowRunRequest.Builder> startWorkflowRunRequest)Starts a new run of the specified workflow. -
Uses of StartWorkflowRunRequest.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return StartWorkflowRunRequest.Builder Modifier and Type Method Description static StartWorkflowRunRequest.BuilderStartWorkflowRunRequest. builder()StartWorkflowRunRequest.BuilderStartWorkflowRunRequest.Builder. name(String name)The name of the workflow to start.StartWorkflowRunRequest.BuilderStartWorkflowRunRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartWorkflowRunRequest.BuilderStartWorkflowRunRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StartWorkflowRunRequest.BuilderStartWorkflowRunRequest.Builder. runProperties(Map<String,String> runProperties)The workflow run properties for the new workflow run.StartWorkflowRunRequest.BuilderStartWorkflowRunRequest. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type StartWorkflowRunRequest.Builder Modifier and Type Method Description static Class<? extends StartWorkflowRunRequest.Builder>StartWorkflowRunRequest. serializableBuilderClass()
-