Class CfnWorkflowExecutionPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.imagebuilder.CfnWorkflowExecutionPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnWorkflowExecutionPropsMixin>
- Enclosing class:
CfnWorkflowExecutionPropsMixin
@Stability(Stable)
public static final class CfnWorkflowExecutionPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnWorkflowExecutionPropsMixin>
A fluent builder for
CfnWorkflowExecutionPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) imageBuildVersionArn(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 CfnWorkflowExecutionPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnWorkflowExecutionPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnWorkflowExecutionPropsMixin.Builder.
-
imageBuildVersionArn
@Stability(Stable) public CfnWorkflowExecutionPropsMixin.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<CfnWorkflowExecutionPropsMixin>- Returns:
- a newly built instance of
CfnWorkflowExecutionPropsMixin.
-