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