Class CfnWorkflowExecutionProps.Builder
java.lang.Object
software.amazon.awscdk.services.imagebuilder.CfnWorkflowExecutionProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnWorkflowExecutionProps>
- Enclosing interface:
CfnWorkflowExecutionProps
@Stability(Stable)
public static final class CfnWorkflowExecutionProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnWorkflowExecutionProps>
A builder for
CfnWorkflowExecutionProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.imageBuildVersionArn(String imageBuildVersionArn) Sets the value ofCfnWorkflowExecutionProps.getImageBuildVersionArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
imageBuildVersionArn
@Stability(Stable) public CfnWorkflowExecutionProps.Builder imageBuildVersionArn(String imageBuildVersionArn) Sets the value ofCfnWorkflowExecutionProps.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<CfnWorkflowExecutionProps>- Returns:
- a new instance of
CfnWorkflowExecutionProps - Throws:
NullPointerException- if any required attribute was not provided
-