Class CfnWorkflowExecution.Builder
java.lang.Object
software.amazon.awscdk.services.imagebuilder.CfnWorkflowExecution.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnWorkflowExecution>
- Enclosing class:
CfnWorkflowExecution
@Stability(Stable)
public static final class CfnWorkflowExecution.Builder
extends Object
implements software.amazon.jsii.Builder<CfnWorkflowExecution>
A fluent builder for
CfnWorkflowExecution.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnWorkflowExecution.BuilderimageBuildVersionArn(String imageBuildVersionArn) The Amazon Resource Name (ARN) of the image resource build version that the specified runtime instance of the workflow created.
-
Method Details
-
create
@Stability(Stable) public static CfnWorkflowExecution.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
CfnWorkflowExecution.Builder.
-
imageBuildVersionArn
@Stability(Stable) public CfnWorkflowExecution.Builder imageBuildVersionArn(String imageBuildVersionArn) The Amazon Resource Name (ARN) of the image resource build version that the specified runtime instance of the workflow created.- Parameters:
imageBuildVersionArn- The Amazon Resource Name (ARN) of the image resource build version that the specified runtime instance of the workflow created. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnWorkflowExecution>- Returns:
- a newly built instance of
CfnWorkflowExecution.
-