Class WorkflowProps.Builder
java.lang.Object
software.amazon.awscdk.services.glue.alpha.WorkflowProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<WorkflowProps>
- Enclosing interface:
WorkflowProps
@Stability(Deprecated)
@Deprecated
public static final class WorkflowProps.Builder
extends Object
implements software.amazon.jsii.Builder<WorkflowProps>
Deprecated.
A builder for
WorkflowProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Deprecated.defaultRunProperties(Map<String, String> defaultRunProperties) Deprecated.description(String description) Deprecated.maxConcurrentRuns(Number maxConcurrentRuns) Deprecated.workflowName(String workflowName) Deprecated.
-
Constructor Details
-
Builder
public Builder()Deprecated.
-
-
Method Details
-
defaultRunProperties
@Stability(Deprecated) @Deprecated public WorkflowProps.Builder defaultRunProperties(Map<String, String> defaultRunProperties) Deprecated.Sets the value ofWorkflowProps.getDefaultRunProperties()- Parameters:
defaultRunProperties- A map of properties to use when this workflow is executed.- Returns:
this
-
description
Deprecated.Sets the value ofWorkflowProps.getDescription()- Parameters:
description- A description of the workflow.- Returns:
this
-
maxConcurrentRuns
@Stability(Deprecated) @Deprecated public WorkflowProps.Builder maxConcurrentRuns(Number maxConcurrentRuns) Deprecated.Sets the value ofWorkflowProps.getMaxConcurrentRuns()- Parameters:
maxConcurrentRuns- The maximum number of concurrent runs allowed for the workflow.- Returns:
this
-
workflowName
Deprecated.Sets the value ofWorkflowProps.getWorkflowName()- Parameters:
workflowName- Name of the workflow.- Returns:
this
-
build
Deprecated.Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<WorkflowProps>- Returns:
- a new instance of
WorkflowProps - Throws:
NullPointerException- if any required attribute was not provided
-