public static interface CreateWorkflowRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<CreateWorkflowRequest.Builder,CreateWorkflowRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateWorkflowRequest.Builder |
defaultRunProperties(Map<String,String> defaultRunProperties)
A collection of properties to be used as part of each execution of the workflow.
|
CreateWorkflowRequest.Builder |
description(String description)
A description of the workflow.
|
CreateWorkflowRequest.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.
|
CreateWorkflowRequest.Builder |
name(String name)
The name to be assigned to the workflow.
|
CreateWorkflowRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateWorkflowRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateWorkflowRequest.Builder |
tags(Map<String,String> tags)
The tags to be used with this workflow.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateWorkflowRequest.Builder name(String name)
The name to be assigned to the workflow. It should be unique within your account.
name - The name to be assigned to the workflow. It should be unique within your account.CreateWorkflowRequest.Builder description(String description)
A description of the workflow.
description - A description of the workflow.CreateWorkflowRequest.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.CreateWorkflowRequest.Builder tags(Map<String,String> tags)
The tags to be used with this workflow.
tags - The tags to be used with this workflow.CreateWorkflowRequest.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.CreateWorkflowRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateWorkflowRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.