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.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
StartWorkflowRunRequest.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.Builder
StartWorkflowRunRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2022. All rights reserved.