public static interface StartWorkflowRunRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<StartWorkflowRunRequest.Builder,StartWorkflowRunRequest>
| Modifier and Type | Method and Description |
|---|---|
StartWorkflowRunRequest.Builder |
name(String name)
The name of the workflow to start.
|
StartWorkflowRunRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartWorkflowRunRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StartWorkflowRunRequest.Builder |
runProperties(Map<String,String> runProperties)
The workflow run properties for the new workflow run.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartWorkflowRunRequest.Builder name(String name)
The name of the workflow to start.
name - The name of the workflow to start.StartWorkflowRunRequest.Builder runProperties(Map<String,String> runProperties)
The workflow run properties for the new workflow run.
runProperties - The workflow run properties for the new workflow run.StartWorkflowRunRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStartWorkflowRunRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.