Class CfnImagePropsMixin.ImagePipelineExecutionSettingsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.imagebuilder.CfnImagePropsMixin.ImagePipelineExecutionSettingsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnImagePropsMixin.ImagePipelineExecutionSettingsProperty>
- Enclosing interface:
CfnImagePropsMixin.ImagePipelineExecutionSettingsProperty
@Stability(Stable)
public static final class CfnImagePropsMixin.ImagePipelineExecutionSettingsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnImagePropsMixin.ImagePipelineExecutionSettingsProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.deploymentId(String deploymentId) Sets the value ofCfnImagePropsMixin.ImagePipelineExecutionSettingsProperty.getOnUpdate()onUpdate(IResolvable onUpdate) Sets the value ofCfnImagePropsMixin.ImagePipelineExecutionSettingsProperty.getOnUpdate()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
deploymentId
@Stability(Stable) public CfnImagePropsMixin.ImagePipelineExecutionSettingsProperty.Builder deploymentId(String deploymentId) - Parameters:
deploymentId- The deployment identifier of the pipeline, utilized to initiate new image pipeline executions.- Returns:
this
-
onUpdate
@Stability(Stable) public CfnImagePropsMixin.ImagePipelineExecutionSettingsProperty.Builder onUpdate(Boolean onUpdate) Sets the value ofCfnImagePropsMixin.ImagePipelineExecutionSettingsProperty.getOnUpdate()- Parameters:
onUpdate- Defines whether the pipeline should be executed upon pipeline updates. False by default.- Returns:
this
-
onUpdate
@Stability(Stable) public CfnImagePropsMixin.ImagePipelineExecutionSettingsProperty.Builder onUpdate(IResolvable onUpdate) Sets the value ofCfnImagePropsMixin.ImagePipelineExecutionSettingsProperty.getOnUpdate()- Parameters:
onUpdate- Defines whether the pipeline should be executed upon pipeline updates. False by default.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnImagePropsMixin.ImagePipelineExecutionSettingsProperty>- Returns:
- a new instance of
CfnImagePropsMixin.ImagePipelineExecutionSettingsProperty - Throws:
NullPointerException- if any required attribute was not provided
-