Class WorkflowExecutionReference.Builder
java.lang.Object
software.amazon.awscdk.interfaces.imagebuilder.WorkflowExecutionReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<WorkflowExecutionReference>
- Enclosing interface:
WorkflowExecutionReference
@Stability(Stable)
public static final class WorkflowExecutionReference.Builder
extends Object
implements software.amazon.jsii.Builder<WorkflowExecutionReference>
A builder for
WorkflowExecutionReference-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.workflowExecutionArn(String workflowExecutionArn) Sets the value ofWorkflowExecutionReference.getWorkflowExecutionArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
workflowExecutionArn
@Stability(Stable) public WorkflowExecutionReference.Builder workflowExecutionArn(String workflowExecutionArn) Sets the value ofWorkflowExecutionReference.getWorkflowExecutionArn()- Parameters:
workflowExecutionArn- The Arn of the WorkflowExecution resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<WorkflowExecutionReference>- Returns:
- a new instance of
WorkflowExecutionReference - Throws:
NullPointerException- if any required attribute was not provided
-