Class Workflow.Builder
java.lang.Object
software.amazon.awscdk.services.glue.alpha.Workflow.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<Workflow>
- Enclosing class:
Workflow
@Stability(Deprecated)
@Deprecated
public static final class Workflow.Builder
extends Object
implements software.amazon.jsii.Builder<Workflow>
Deprecated.
(deprecated) A fluent builder for
Workflow.-
Method Summary
Modifier and TypeMethodDescriptionbuild()Deprecated.static Workflow.BuilderDeprecated.defaultRunProperties(Map<String, String> defaultRunProperties) Deprecated.description(String description) Deprecated.maxConcurrentRuns(Number maxConcurrentRuns) Deprecated.workflowName(String workflowName) Deprecated.
-
Method Details
-
create
@Stability(Deprecated) @Deprecated public static Workflow.Builder create(software.constructs.Construct scope, String id) Deprecated.- Parameters:
scope- This parameter is required.id- This parameter is required.- Returns:
- a new instance of
Workflow.Builder.
-
defaultRunProperties
@Stability(Deprecated) @Deprecated public Workflow.Builder defaultRunProperties(Map<String, String> defaultRunProperties) Deprecated.(deprecated) A map of properties to use when this workflow is executed.Default: - no default run properties
- Parameters:
defaultRunProperties- A map of properties to use when this workflow is executed. This parameter is required.- Returns:
this
-
description
Deprecated.(deprecated) A description of the workflow.Default: - no description
- Parameters:
description- A description of the workflow. This parameter is required.- Returns:
this
-
maxConcurrentRuns
@Stability(Deprecated) @Deprecated public Workflow.Builder maxConcurrentRuns(Number maxConcurrentRuns) Deprecated.(deprecated) The maximum number of concurrent runs allowed for the workflow.Default: - no limit
- Parameters:
maxConcurrentRuns- The maximum number of concurrent runs allowed for the workflow. This parameter is required.- Returns:
this
-
workflowName
Deprecated.(deprecated) Name of the workflow.Default: - a name will be generated
- Parameters:
workflowName- Name of the workflow. This parameter is required.- Returns:
this
-
build
Deprecated.
-