Class WorkflowAttributes.Builder
java.lang.Object
software.amazon.awscdk.services.glue.alpha.WorkflowAttributes.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<WorkflowAttributes>
- Enclosing interface:
WorkflowAttributes
@Stability(Deprecated)
@Deprecated
public static final class WorkflowAttributes.Builder
extends Object
implements software.amazon.jsii.Builder<WorkflowAttributes>
Deprecated.
A builder for
WorkflowAttributes-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Deprecated.workflowArn(String workflowArn) Deprecated.workflowName(String workflowName) Deprecated.
-
Constructor Details
-
Builder
public Builder()Deprecated.
-
-
Method Details
-
workflowName
@Stability(Deprecated) @Deprecated public WorkflowAttributes.Builder workflowName(String workflowName) Deprecated.Sets the value ofWorkflowAttributes.getWorkflowName()- Parameters:
workflowName- The name of the workflow to import. This parameter is required.- Returns:
this
-
workflowArn
@Stability(Deprecated) @Deprecated public WorkflowAttributes.Builder workflowArn(String workflowArn) Deprecated.Sets the value ofWorkflowAttributes.getWorkflowArn()- Parameters:
workflowArn- The ARN of the workflow to import.- Returns:
this
-
build
Deprecated.Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<WorkflowAttributes>- Returns:
- a new instance of
WorkflowAttributes - Throws:
NullPointerException- if any required attribute was not provided
-