Class CfnWorkflowStepExecution.Builder
java.lang.Object
software.amazon.awscdk.services.imagebuilder.CfnWorkflowStepExecution.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnWorkflowStepExecution>
- Enclosing class:
CfnWorkflowStepExecution
@Stability(Stable)
public static final class CfnWorkflowStepExecution.Builder
extends Object
implements software.amazon.jsii.Builder<CfnWorkflowStepExecution>
A fluent builder for
CfnWorkflowStepExecution.-
Method Summary
-
Method Details
-
create
@Stability(Stable) public static CfnWorkflowStepExecution.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnWorkflowStepExecution.Builder.
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnWorkflowStepExecution>- Returns:
- a newly built instance of
CfnWorkflowStepExecution.
-