Class CfnWorkflowExecutionMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.imagebuilder.CfnWorkflowExecutionMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnWorkflowExecutionMixinProps>
- Enclosing interface:
CfnWorkflowExecutionMixinProps
@Stability(Stable)
public static final class CfnWorkflowExecutionMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnWorkflowExecutionMixinProps>
A builder for
CfnWorkflowExecutionMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.imageBuildVersionArn(String imageBuildVersionArn) Sets the value ofCfnWorkflowExecutionMixinProps.getImageBuildVersionArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
imageBuildVersionArn
@Stability(Stable) public CfnWorkflowExecutionMixinProps.Builder imageBuildVersionArn(String imageBuildVersionArn) Sets the value ofCfnWorkflowExecutionMixinProps.getImageBuildVersionArn()- Parameters:
imageBuildVersionArn- The Amazon Resource Name (ARN) of the image resource build version that the specified runtime instance of the workflow created.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnWorkflowExecutionMixinProps>- Returns:
- a new instance of
CfnWorkflowExecutionMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-