public static interface UpdateWorkflowRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<UpdateWorkflowRequest.Builder,UpdateWorkflowRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateWorkflowRequest.Builder |
defaultRunProperties(Map<String,String> defaultRunProperties)
A collection of properties to be used as part of each execution of the workflow.
|
UpdateWorkflowRequest.Builder |
description(String description)
The description of the workflow.
|
UpdateWorkflowRequest.Builder |
maxConcurrentRuns(Integer maxConcurrentRuns)
You can use this parameter to prevent unwanted multiple updates to data, to control costs, or in some cases,
to prevent exceeding the maximum number of concurrent runs of any of the component jobs.
|
UpdateWorkflowRequest.Builder |
name(String name)
Name of the workflow to be updated.
|
UpdateWorkflowRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateWorkflowRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateWorkflowRequest.Builder name(String name)
Name of the workflow to be updated.
name - Name of the workflow to be updated.UpdateWorkflowRequest.Builder description(String description)
The description of the workflow.
description - The description of the workflow.UpdateWorkflowRequest.Builder defaultRunProperties(Map<String,String> defaultRunProperties)
A collection of properties to be used as part of each execution of the workflow.
defaultRunProperties - A collection of properties to be used as part of each execution of the workflow.UpdateWorkflowRequest.Builder maxConcurrentRuns(Integer maxConcurrentRuns)
You can use this parameter to prevent unwanted multiple updates to data, to control costs, or in some cases, to prevent exceeding the maximum number of concurrent runs of any of the component jobs. If you leave this parameter blank, there is no limit to the number of concurrent workflow runs.
maxConcurrentRuns - You can use this parameter to prevent unwanted multiple updates to data, to control costs, or in some
cases, to prevent exceeding the maximum number of concurrent runs of any of the component jobs. If you
leave this parameter blank, there is no limit to the number of concurrent workflow runs.UpdateWorkflowRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateWorkflowRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.